Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h6369 struct bpf_sock_addr { struct
6370 __u32 user_family; /* Allows 4-byte read, but no write. */
6371 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6374 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6377 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6380 __u32 family; /* Allows 4-byte read, but no write */
6381 __u32 type; /* Allows 4-byte read, but no write */
6382 __u32 protocol; /* Allows 4-byte read, but no write */
6383 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6386 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h6369 struct bpf_sock_addr { struct
6370 __u32 user_family; /* Allows 4-byte read, but no write. */
6371 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6374 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6377 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6380 __u32 family; /* Allows 4-byte read, but no write */
6381 __u32 type; /* Allows 4-byte read, but no write */
6382 __u32 protocol; /* Allows 4-byte read, but no write */
6383 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6386 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.

Completed in 35 milliseconds