Searched defs:bpf_sock_addr (Results 1 – 7 of 7) 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/linux-5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4490 struct bpf_sock_addr { struct 4491 __u32 user_family; /* Allows 4-byte read, but no write. */ 4492 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4495 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 4498 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 4501 __u32 family; /* Allows 4-byte read, but no write */ 4502 __u32 type; /* Allows 4-byte read, but no write */ 4503 __u32 protocol; /* Allows 4-byte read, but no write */ 4504 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4507 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
| /kernel/linux/patches/linux-6.6/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 | 4490 struct bpf_sock_addr { struct 4491 __u32 user_family; /* Allows 4-byte read, but no write. */ 4492 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4495 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 4498 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 4501 __u32 family; /* Allows 4-byte read, but no write */ 4502 __u32 type; /* Allows 4-byte read, but no write */ 4503 __u32 protocol; /* Allows 4-byte read, but no write */ 4504 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 4507 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
| /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-6.6/tools/include/uapi/linux/ |
| D | bpf.h | 6573 struct bpf_sock_addr { struct 6574 __u32 user_family; /* Allows 4-byte read, but no write. */ 6575 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6578 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6581 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6584 __u32 family; /* Allows 4-byte read, but no write */ 6585 __u32 type; /* Allows 4-byte read, but no write */ 6586 __u32 protocol; /* Allows 4-byte read, but no write */ 6587 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6590 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | bpf.h | 6573 struct bpf_sock_addr { struct 6574 __u32 user_family; /* Allows 4-byte read, but no write. */ 6575 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6578 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6581 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6584 __u32 family; /* Allows 4-byte read, but no write */ 6585 __u32 type; /* Allows 4-byte read, but no write */ 6586 __u32 protocol; /* Allows 4-byte read, but no write */ 6587 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6590 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|