Lines Matching defs:bpf_sock
6178 struct bpf_sock { struct
6179 __u32 bound_dev_if;
6180 __u32 family;
6181 __u32 type;
6182 __u32 protocol;
6183 __u32 mark;
6184 __u32 priority;
6186 __u32 src_ip4;
6187 __u32 src_ip6[4];
6188 __u32 src_port; /* host byte order */
6189 __be16 dst_port; /* network byte order */
6191 __u32 dst_ip4;
6192 __u32 dst_ip6[4];
6193 __u32 state;
6194 __s32 rx_queue_mapping;