Searched defs:bpf_sock (Results 1 – 1 of 1) sorted by relevance
3060 struct bpf_sock { struct3061 __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 */[all …]