Searched defs:af_vsockmon_hdr (Results 1 – 2 of 2) sorted by relevance
34 struct af_vsockmon_hdr { struct35 __le64 src_cid;36 __le64 dst_cid;37 __le32 src_port;38 __le32 dst_port;39 __le16 op; /* enum af_vsockmon_op */40 __le16 transport; /* enum af_vsockmon_transport */41 __le16 len; /* Transport header length */42 __u8 reserved[2];
113 struct af_vsockmon_hdr { struct114 nd_uint64_t src_cid;115 nd_uint64_t dst_cid;116 nd_uint32_t src_port;117 nd_uint32_t dst_port;118 nd_uint16_t op; /* enum af_vsockmon_op */119 nd_uint16_t transport; /* enum af_vosckmon_transport */120 nd_uint16_t len; /* size of transport header */121 nd_uint8_t reserved[2];