Searched defs:virtio_vsock_hdr (Results 1 – 4 of 4) sorted by relevance
| /external/kernel-headers/original/uapi/linux/ |
| D | virtio_vsock.h | 56 struct virtio_vsock_hdr { struct 57 __le64 src_cid; 58 __le64 dst_cid; 59 __le32 src_port; 60 __le32 dst_port; 61 __le32 len; 62 __le16 type; /* enum virtio_vsock_type */ 63 __le16 op; /* enum virtio_vsock_op */ 64 __le32 flags; 65 __le32 buf_alloc; [all …]
|
| /external/crosvm/devices/src/virtio/vsock/sys/windows/ |
| D | protocol.rs | 24 pub struct virtio_vsock_hdr { struct 25 pub src_cid: Le64, 26 pub dst_cid: Le64, 27 pub src_port: Le32, 28 pub dst_port: Le32, 29 pub len: Le32, 31 pub op: Le16, 32 pub flags: Le32, 33 pub buf_alloc: Le32, 34 pub fwd_cnt: Le32,
|
| D | vsock.rs | 517 mut process_packets_queue: mpsc::Sender<(virtio_vsock_hdr, Vec<u8>)>, in process_tx_queue() 680 header: virtio_vsock_hdr, in handle_vsock_guest_data() 778 mut packet_recv_queue: mpsc::Receiver<(virtio_vsock_hdr, Vec<u8>)>, in process_tx_packets() 845 mut packet_recv_queue: mpsc::Receiver<(virtio_vsock_hdr, Vec<u8>)>, in process_tx_packets_for_port() 869 header: virtio_vsock_hdr, in handle_tx_packet() 1040 header: virtio_vsock_hdr, in send_vsock_credit_update() 1082 header: virtio_vsock_hdr, in send_vsock_reset()
|
| /external/tcpdump/ |
| D | print-vsock.c | 100 struct virtio_vsock_hdr { struct 101 nd_uint64_t src_cid; 125 vsock_virtio_hdr_print(netdissect_options *ndo, const struct virtio_vsock_hdr *hdr) in vsock_virtio_hdr_print() argument
|