Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ |
H A D | bpf.h | 6748 struct bpf_sock_addr { struct 6749 __u32 user_family; /* Allows 4-byte read, but no write. */ 6750 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6753 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6756 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6759 __u32 family; /* Allows 4-byte read, but no write */ 6760 __u32 type; /* Allows 4-byte read, but no write */ 6761 __u32 protocol; /* Allows 4-byte read, but no write */ 6762 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6765 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6748 struct bpf_sock_addr { struct 6749 __u32 user_family; /* Allows 4-byte read, but no write. */ 6750 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6753 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 6756 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 6759 __u32 family; /* Allows 4-byte read, but no write */ 6760 __u32 type; /* Allows 4-byte read, but no write */ 6761 __u32 protocol; /* Allows 4-byte read, but no write */ 6762 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 6765 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|