Lines Matching defs:bpf_sock
5960 struct bpf_sock { struct
5961 __u32 bound_dev_if;
5962 __u32 family;
5963 __u32 type;
5964 __u32 protocol;
5965 __u32 mark;
5966 __u32 priority;
5968 __u32 src_ip4;
5969 __u32 src_ip6[4];
5970 __u32 src_port; /* host byte order */
5971 __be16 dst_port; /* network byte order */
5973 __u32 dst_ip4;
5974 __u32 dst_ip6[4];
5975 __u32 state;
5976 __s32 rx_queue_mapping;