Searched defs:bpf_sock (Results 1 – 4 of 4) sorted by relevance
757 struct bpf_sock { struct758 __u32 bound_dev_if;759 __u32 family;760 __u32 type;761 __u32 protocol;762 __u32 mark;763 __u32 priority;
4358 struct bpf_sock { struct4359 __u32 bound_dev_if;4360 __u32 family;4361 __u32 type;4362 __u32 protocol;4363 __u32 mark;4364 __u32 priority;4366 __u32 src_ip4;4367 __u32 src_ip6[4];4368 __u32 src_port; /* host byte order */[all …]
2587 struct bpf_sock { struct2605 struct bpf_sock_tuple { argument