Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbpf.h6595 struct bpf_sock_addr { struct
6596 __u32 user_family; /* Allows 4-byte read, but no write. */
6597 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6600 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6603 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6606 __u32 family; /* Allows 4-byte read, but no write */
6607 __u32 type; /* Allows 4-byte read, but no write */
6608 __u32 protocol; /* Allows 4-byte read, but no write */
6609 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6612 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6598 struct bpf_sock_addr { struct
6599 __u32 user_family; /* Allows 4-byte read, but no write. */
6600 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6603 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
6606 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
6609 __u32 family; /* Allows 4-byte read, but no write */
6610 __u32 type; /* Allows 4-byte read, but no write */
6611 __u32 protocol; /* Allows 4-byte read, but no write */
6612 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
6615 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.