Lines Matching defs:bpf_sock
3060 struct bpf_sock { struct
3061 __u32 bound_dev_if;
3062 __u32 family;
3063 __u32 type;
3064 __u32 protocol;
3065 __u32 mark;
3066 __u32 priority;
3068 __u32 src_ip4;
3069 __u32 src_ip6[4];
3070 __u32 src_port; /* host byte order */
3071 __u32 dst_port; /* network byte order */
3072 __u32 dst_ip4;
3073 __u32 dst_ip6[4];
3074 __u32 state;