Home
last modified time | relevance | path

Searched defs:virtio_vsock_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dvirtio_vsock.h56 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 …]
/Linux-v6.6/include/linux/
Dvirtio_vsock.h19 static inline struct virtio_vsock_hdr *virtio_vsock_hdr(struct sk_buff *skb) in virtio_vsock_hdr() function