Lines Matching defs:bpf_sock
6215 struct bpf_sock { struct
6216 __u32 bound_dev_if;
6217 __u32 family;
6218 __u32 type;
6219 __u32 protocol;
6220 __u32 mark;
6221 __u32 priority;
6223 __u32 src_ip4;
6224 __u32 src_ip6[4];
6225 __u32 src_port; /* host byte order */
6226 __be16 dst_port; /* network byte order */
6228 __u32 dst_ip4;
6229 __u32 dst_ip6[4];
6230 __u32 state;
6231 __s32 rx_queue_mapping;