Lines Matching defs:bpf_sock
6354 struct bpf_sock { struct
6355 __u32 bound_dev_if;
6356 __u32 family;
6357 __u32 type;
6358 __u32 protocol;
6359 __u32 mark;
6360 __u32 priority;
6362 __u32 src_ip4;
6363 __u32 src_ip6[4];
6364 __u32 src_port; /* host byte order */
6365 __be16 dst_port; /* network byte order */
6367 __u32 dst_ip4;
6368 __u32 dst_ip6[4];
6369 __u32 state;
6370 __s32 rx_queue_mapping;