Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbpf.h3284 struct bpf_sock_addr { struct
3285 __u32 user_family; /* Allows 4-byte read, but no write. */
3286 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
3289 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
3292 __u32 user_port; /* Allows 4-byte read and write.
3295 __u32 family; /* Allows 4-byte read, but no write */
3296 __u32 type; /* Allows 4-byte read, but no write */
3297 __u32 protocol; /* Allows 4-byte read, but no write */
3298 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
3301 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h3284 struct bpf_sock_addr { struct
3285 __u32 user_family; /* Allows 4-byte read, but no write. */
3286 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
3289 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
3292 __u32 user_port; /* Allows 4-byte read and write.
3295 __u32 family; /* Allows 4-byte read, but no write */
3296 __u32 type; /* Allows 4-byte read, but no write */
3297 __u32 protocol; /* Allows 4-byte read, but no write */
3298 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
3301 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.