Home
last modified time | relevance | path

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

/external/bpftool/include/uapi/linux/
Dbpf.h6574 struct bpf_sock_addr { struct
6575 __u32 user_family; /* Allows 4-byte read, but no write. */
6576 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6579 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6582 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6585 __u32 family; /* Allows 4-byte read, but no write */
6586 __u32 type; /* Allows 4-byte read, but no write */
6587 __u32 protocol; /* Allows 4-byte read, but no write */
6588 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6591 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/external/libbpf/include/uapi/linux/
Dbpf.h6574 struct bpf_sock_addr { struct
6575 __u32 user_family; /* Allows 4-byte read, but no write. */
6576 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6579 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6582 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6585 __u32 family; /* Allows 4-byte read, but no write */
6586 __u32 type; /* Allows 4-byte read, but no write */
6587 __u32 protocol; /* Allows 4-byte read, but no write */
6588 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6591 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/external/kernel-headers/original/uapi/linux/
Dbpf.h6728 struct bpf_sock_addr { struct
6729 __u32 user_family; /* Allows 4-byte read, but no write. */
6730 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6733 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6736 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6739 __u32 family; /* Allows 4-byte read, but no write */
6740 __u32 type; /* Allows 4-byte read, but no write */
6741 __u32 protocol; /* Allows 4-byte read, but no write */
6742 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6745 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h91534 struct bpf_sock_addr { struct
91535 __u32 user_family;
91536 __u32 user_ip4;
91537 __u32 user_ip6[4];
91538 __u32 user_port;
91539 __u32 family;
91540 __u32 type;
91541 __u32 protocol;
91542 __u32 msg_src_ip4;
91543 __u32 msg_src_ip6[4];
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h40533 struct bpf_sock_addr { struct
40534 __u32 user_family;
40535 __u32 user_ip4;
40536 __u32 user_ip6[4];
40537 __u32 user_port;
40538 __u32 family;
40539 __u32 type;
40540 __u32 protocol;
40541 __u32 msg_src_ip4;
40542 __u32 msg_src_ip6[4];
[all …]
Dvmlinux.h40533 struct bpf_sock_addr { struct
40534 __u32 user_family;
40535 __u32 user_ip4;
40536 __u32 user_ip6[4];
40537 __u32 user_port;
40538 __u32 family;
40539 __u32 type;
40540 __u32 protocol;
40541 __u32 msg_src_ip4;
40542 __u32 msg_src_ip6[4];
[all …]
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h85372 struct bpf_sock_addr { struct
85373 __u32 user_family;
85374 __u32 user_ip4;
85375 __u32 user_ip6[4];
85376 __u32 user_port;
85377 __u32 family;
85378 __u32 type;
85379 __u32 protocol;
85380 __u32 msg_src_ip4;
85381 __u32 msg_src_ip6[4];
[all …]
Dvmlinux.h85372 struct bpf_sock_addr { struct
85373 __u32 user_family;
85374 __u32 user_ip4;
85375 __u32 user_ip6[4];
85376 __u32 user_port;
85377 __u32 family;
85378 __u32 type;
85379 __u32 protocol;
85380 __u32 msg_src_ip4;
85381 __u32 msg_src_ip6[4];
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h45738 struct bpf_sock_addr { struct
45739 __u32 user_family;
45740 __u32 user_ip4;
45741 __u32 user_ip6[4];
45742 __u32 user_port;
45743 __u32 family;
45744 __u32 type;
45745 __u32 protocol;
45746 __u32 msg_src_ip4;
45747 __u32 msg_src_ip6[4];
[all …]
Dvmlinux.h45738 struct bpf_sock_addr { struct
45739 __u32 user_family;
45740 __u32 user_ip4;
45741 __u32 user_ip6[4];
45742 __u32 user_port;
45743 __u32 family;
45744 __u32 type;
45745 __u32 protocol;
45746 __u32 msg_src_ip4;
45747 __u32 msg_src_ip6[4];
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h21268 struct bpf_sock_addr { struct
21269 __u32 user_family;
21270 __u32 user_ip4;
21271 __u32 user_ip6[4];
21272 __u32 user_port;
21273 __u32 family;
21274 __u32 type;
21275 __u32 protocol;
21276 __u32 msg_src_ip4;
21277 __u32 msg_src_ip6[4];
[all …]
Dvmlinux_608.h21268 struct bpf_sock_addr { struct
21269 __u32 user_family;
21270 __u32 user_ip4;
21271 __u32 user_ip6[4];
21272 __u32 user_port;
21273 __u32 family;
21274 __u32 type;
21275 __u32 protocol;
21276 __u32 msg_src_ip4;
21277 __u32 msg_src_ip6[4];
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h29602 struct bpf_sock_addr { struct
29603 __u32 user_family;
29604 __u32 user_ip4;
29605 __u32 user_ip6[4];
29606 __u32 user_port;
29607 __u32 family;
29608 __u32 type;
29609 __u32 protocol;
29610 __u32 msg_src_ip4;
29611 __u32 msg_src_ip6[4];
[all …]
Dvmlinux_602.h29602 struct bpf_sock_addr { struct
29603 __u32 user_family;
29604 __u32 user_ip4;
29605 __u32 user_ip6[4];
29606 __u32 user_port;
29607 __u32 family;
29608 __u32 type;
29609 __u32 protocol;
29610 __u32 msg_src_ip4;
29611 __u32 msg_src_ip6[4];
[all …]