Home
last modified time | relevance | path

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

/systemd-251/src/shared/linux/
Dbpf.h5719 struct bpf_sock_addr { struct
5720 __u32 user_family; /* Allows 4-byte read, but no write. */
5721 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
5724 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
5727 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write.
5730 __u32 family; /* Allows 4-byte read, but no write */
5731 __u32 type; /* Allows 4-byte read, but no write */
5732 __u32 protocol; /* Allows 4-byte read, but no write */
5733 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write.
5736 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.