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