Home
last modified time | relevance | path

Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h6291 struct bpf_sock_addr { struct
6292 __u32 user_family; /* Allows 4-byte read, but no write. */
6293 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6296 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6299 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6302 __u32 family; /* Allows 4-byte read, but no write */
6303 __u32 type; /* Allows 4-byte read, but no write */
6304 __u32 protocol; /* Allows 4-byte read, but no write */
6305 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6308 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/Linux-v6.1/include/uapi/linux/
Dbpf.h6291 struct bpf_sock_addr { struct
6292 __u32 user_family; /* Allows 4-byte read, but no write. */
6293 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6296 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6299 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6302 __u32 family; /* Allows 4-byte read, but no write */
6303 __u32 type; /* Allows 4-byte read, but no write */
6304 __u32 protocol; /* Allows 4-byte read, but no write */
6305 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6308 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.