Home | History | Annotate | Download | only in linux

Lines Matching refs:transport

15  *   |          transport header         |
22 * The vsockmon header is a transport-independent description of the packet.
23 * It duplicates some of the information from the transport header so that
24 * no transport-specific knowledge is necessary to process packets.
26 * The transport header is useful for low-level transport-specific packet
27 * analysis. Transport type is given in af_vsockmon_hdr->transport and
28 * transport header length is given in af_vsockmon_hdr->len.
31 * transport header. Other ops do not have a payload.
40 __le16 transport; /* enum af_vsockmon_transport */
41 __le16 len; /* Transport header length */
55 AF_VSOCK_TRANSPORT_NO_INFO = 1, /* No transport information */
57 /* Transport header type: struct virtio_vsock_hdr */