Searched defs:bpf_sock_addr (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bpf.h | 571 struct bpf_sock_addr { struct 572 __u32 user_family; 573 __u32 user_ip4; 574 __u32 user_ip6[4]; 575 __u32 user_port; 576 __u32 family; 577 __u32 type; 578 __u32 protocol; 579 __u32 msg_src_ip4; 580 __u32 msg_src_ip6[4];
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | bpf.h | 835 struct bpf_sock_addr { struct 836 __u32 user_family; 837 __u32 user_ip4; 838 __u32 user_ip6[4]; 839 __u32 user_port; 840 __u32 family; 841 __u32 type; 842 __u32 protocol; 843 __u32 msg_src_ip4; 844 __u32 msg_src_ip6[4];
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| 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.
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| 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.
|