Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
Dbpf.h6352 struct bpf_sock_addr { struct
6353 __u32 user_family; /* Allows 4-byte read, but no write. */
6354 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6357 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6360 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6363 __u32 family; /* Allows 4-byte read, but no write */
6364 __u32 type; /* Allows 4-byte read, but no write */
6365 __u32 protocol; /* Allows 4-byte read, but no write */
6366 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6369 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h37950 struct bpf_sock_addr { struct
37951 __u32 user_family;
37952 __u32 user_ip4;
37953 __u32 user_ip6[4];
37954 __u32 user_port;
37955 __u32 family;
37956 __u32 type;
37957 __u32 protocol;
37958 __u32 msg_src_ip4;
37959 __u32 msg_src_ip6[4];
[all …]