Lines Matching defs:bpf_sock
4172 struct bpf_sock { struct
4173 __u32 bound_dev_if;
4174 __u32 family;
4175 __u32 type;
4176 __u32 protocol;
4177 __u32 mark;
4178 __u32 priority;
4180 __u32 src_ip4;
4181 __u32 src_ip6[4];
4182 __u32 src_port; /* host byte order */
4183 __u32 dst_port; /* network byte order */
4184 __u32 dst_ip4;
4185 __u32 dst_ip6[4];
4186 __u32 state;
4187 __s32 rx_queue_mapping;