Home
last modified time | relevance | path

Searched defs:bpf_sock (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbpf.h6021 struct bpf_sock { struct
6022 __u32 bound_dev_if;
6023 __u32 family;
6024 __u32 type;
6025 __u32 protocol;
6026 __u32 mark;
6027 __u32 priority;
6029 __u32 src_ip4;
6030 __u32 src_ip6[4];
6031 __u32 src_port; /* host byte order */
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h37844 struct bpf_sock { struct
37845 __u32 bound_dev_if;
37846 __u32 family;
37847 __u32 type;
37848 __u32 protocol;
37849 __u32 mark;
37850 __u32 priority;
37851 __u32 src_ip4;
37852 __u32 src_ip6[4];
37853 __u32 src_port;
[all …]