Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6818 struct bpf_sock_addr { struct 6819 __u32 user_family; /* Allows 4-byte read, but no write. */ 6820 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6823 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6826 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6829 __u32 family; /* Allows 4-byte read, but no write */ 6830 __u32 type; /* Allows 4-byte read, but no write */ 6831 __u32 protocol; /* Allows 4-byte read, but no write */ 6832 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6835 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 6818 struct bpf_sock_addr { struct 6819 __u32 user_family; /* Allows 4-byte read, but no write. */ 6820 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6823 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6826 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6829 __u32 family; /* Allows 4-byte read, but no write */ 6830 __u32 type; /* Allows 4-byte read, but no write */ 6831 __u32 protocol; /* Allows 4-byte read, but no write */ 6832 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6835 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|