search for: virtio_vsock_dgram_eom

Displaying 5 results from an estimated 5 matches for "virtio_vsock_dgram_eom".

2023 Sep 02
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...\label{sec:Device Types / Socket Device / Device Operation / Datagram Sockets / Fragmentation} > > > > > + > > > > > +\field{flags} may have the following bit set: > > > > > + > > > > > +\begin{lstlisting} > > > > > +#define VIRTIO_VSOCK_DGRAM_EOM (1 << 0) > > > > > +\end{lstlisting} > > > > > + > > > > > +When the header \field{flags} field bit VIRTIO_VSOCK_DGRAM_EOM (bit 0) is set, > > > > > +it indicates that the current payload is the end of a datagram fragment OR that &gt...
2023 Sep 02
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...\label{sec:Device Types / Socket Device / Device Operation / Datagram Sockets / Fragmentation} > > > > > + > > > > > +\field{flags} may have the following bit set: > > > > > + > > > > > +\begin{lstlisting} > > > > > +#define VIRTIO_VSOCK_DGRAM_EOM (1 << 0) > > > > > +\end{lstlisting} > > > > > + > > > > > +When the header \field{flags} field bit VIRTIO_VSOCK_DGRAM_EOM (bit 0) is set, > > > > > +it indicates that the current payload is the end of a datagram fragment OR that &gt...
2023 Sep 06
0
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...peration / Datagram Sockets / Fragmentation} > > > > > > > + > > > > > > > +\field{flags} may have the following bit set: > > > > > > > + > > > > > > > +\begin{lstlisting} > > > > > > > +#define VIRTIO_VSOCK_DGRAM_EOM (1 << 0) > > > > > > > +\end{lstlisting} > > > > > > > + > > > > > > > +When the header \field{flags} field bit VIRTIO_VSOCK_DGRAM_EOM (bit 0) is set, > > > > > > > +it indicates that the current payload is th...
2023 Sep 02
1
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...> > > +\paragraph{Datagram Fragmentation}\label{sec:Device Types / Socket Device / Device Operation / Datagram Sockets / Fragmentation} > > > + > > > +\field{flags} may have the following bit set: > > > + > > > +\begin{lstlisting} > > > +#define VIRTIO_VSOCK_DGRAM_EOM (1 << 0) > > > +\end{lstlisting} > > > + > > > +When the header \field{flags} field bit VIRTIO_VSOCK_DGRAM_EOM (bit 0) is set, > > > +it indicates that the current payload is the end of a datagram fragment > > > OR that > > > +the current...
2023 Sep 02
1
[PATCH] virtio-vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
...> > > +\paragraph{Datagram Fragmentation}\label{sec:Device Types / Socket Device / Device Operation / Datagram Sockets / Fragmentation} > > > + > > > +\field{flags} may have the following bit set: > > > + > > > +\begin{lstlisting} > > > +#define VIRTIO_VSOCK_DGRAM_EOM (1 << 0) > > > +\end{lstlisting} > > > + > > > +When the header \field{flags} field bit VIRTIO_VSOCK_DGRAM_EOM (bit 0) is set, > > > +it indicates that the current payload is the end of a datagram fragment > > > OR that > > > +the current...