Lines Matching defs:bpf_sock
6186 struct bpf_sock { struct
6187 __u32 bound_dev_if;
6188 __u32 family;
6189 __u32 type;
6190 __u32 protocol;
6191 __u32 mark;
6192 __u32 priority;
6194 __u32 src_ip4;
6195 __u32 src_ip6[4];
6196 __u32 src_port; /* host byte order */
6197 __be16 dst_port; /* network byte order */
6199 __u32 dst_ip4;
6200 __u32 dst_ip6[4];
6201 __u32 state;
6202 __s32 rx_queue_mapping;