Lines Matching defs:bpf_sock
6334 struct bpf_sock { struct
6335 __u32 bound_dev_if;
6336 __u32 family;
6337 __u32 type;
6338 __u32 protocol;
6339 __u32 mark;
6340 __u32 priority;
6342 __u32 src_ip4;
6343 __u32 src_ip6[4];
6344 __u32 src_port; /* host byte order */
6345 __be16 dst_port; /* network byte order */
6347 __u32 dst_ip4;
6348 __u32 dst_ip6[4];
6349 __u32 state;
6350 __s32 rx_queue_mapping;