Lines Matching defs:bpf_sock
5339 struct bpf_sock { struct
5340 __u32 bound_dev_if;
5341 __u32 family;
5342 __u32 type;
5343 __u32 protocol;
5344 __u32 mark;
5345 __u32 priority;
5347 __u32 src_ip4;
5348 __u32 src_ip6[4];
5349 __u32 src_port; /* host byte order */
5350 __u32 dst_port; /* network byte order */
5351 __u32 dst_ip4;
5352 __u32 dst_ip6[4];
5353 __u32 state;
5354 __s32 rx_queue_mapping;