Searched defs:bpf_sock_addr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2681 struct bpf_sock_addr { struct 2682 __u32 user_family; /* Allows 4-byte read, but no write. */ 2683 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 2686 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write. 2689 __u32 user_port; /* Allows 4-byte read and write. 2692 __u32 family; /* Allows 4-byte read, but no write */ 2693 __u32 type; /* Allows 4-byte read, but no write */ 2694 __u32 protocol; /* Allows 4-byte read, but no write */ 2695 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write. 2698 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2681 struct bpf_sock_addr { struct 2682 __u32 user_family; /* Allows 4-byte read, but no write. */ 2683 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 2686 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write. 2689 __u32 user_port; /* Allows 4-byte read and write. 2692 __u32 family; /* Allows 4-byte read, but no write */ 2693 __u32 type; /* Allows 4-byte read, but no write */ 2694 __u32 protocol; /* Allows 4-byte read, but no write */ 2695 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write. 2698 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4463 struct bpf_sock_addr { struct 4464 __u32 user_family; /* Allows 4-byte read, but no write. */ 4465 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4468 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 4471 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 4474 __u32 family; /* Allows 4-byte read, but no write */ 4475 __u32 type; /* Allows 4-byte read, but no write */ 4476 __u32 protocol; /* Allows 4-byte read, but no write */ 4477 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4480 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4463 struct bpf_sock_addr { struct 4464 __u32 user_family; /* Allows 4-byte read, but no write. */ 4465 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4468 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 4471 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 4474 __u32 family; /* Allows 4-byte read, but no write */ 4475 __u32 type; /* Allows 4-byte read, but no write */ 4476 __u32 protocol; /* Allows 4-byte read, but no write */ 4477 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4480 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|