Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/include/uapi/linux/ |
D | bpf.h | 6757 struct bpf_sock_addr { struct 6758 __u32 user_family; /* Allows 4-byte read, but no write. */ 6759 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6762 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6765 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6768 __u32 family; /* Allows 4-byte read, but no write */ 6769 __u32 type; /* Allows 4-byte read, but no write */ 6770 __u32 protocol; /* Allows 4-byte read, but no write */ 6771 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6774 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
/linux-6.14.4/include/uapi/linux/ |
D | bpf.h | 6757 struct bpf_sock_addr { struct 6758 __u32 user_family; /* Allows 4-byte read, but no write. */ 6759 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6762 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6765 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6768 __u32 family; /* Allows 4-byte read, but no write */ 6769 __u32 type; /* Allows 4-byte read, but no write */ 6770 __u32 protocol; /* Allows 4-byte read, but no write */ 6771 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6774 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|