Lines Matching defs:bpf_sock
634 struct bpf_sock { struct635 __u32 bound_dev_if;636 __u32 family;637 __u32 type;638 __u32 protocol;639 __u32 mark;640 __u32 priority;641 __u32 src_ip4;642 __u32 src_ip6[4];643 __u32 src_port;644 __u32 dst_port;645 __u32 dst_ip4;646 __u32 dst_ip6[4];647 __u32 state;648 __s32 rx_queue_mapping;