Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/uapi/linux/ |
D | bpf.h | 5649 struct bpf_sock_addr { struct 5650 __u32 user_family; /* Allows 4-byte read, but no write. */ 5651 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 5654 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 5657 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 5660 __u32 family; /* Allows 4-byte read, but no write */ 5661 __u32 type; /* Allows 4-byte read, but no write */ 5662 __u32 protocol; /* Allows 4-byte read, but no write */ 5663 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 5666 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | bpf.h | 5649 struct bpf_sock_addr { struct 5650 __u32 user_family; /* Allows 4-byte read, but no write. */ 5651 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 5654 __u32 user_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write. 5657 __u32 user_port; /* Allows 1,2,4-byte read and 4-byte write. 5660 __u32 family; /* Allows 4-byte read, but no write */ 5661 __u32 type; /* Allows 4-byte read, but no write */ 5662 __u32 protocol; /* Allows 4-byte read, but no write */ 5663 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. 5666 __u32 msg_src_ip6[4]; /* Allows 1,2,4,8-byte read and 4,8-byte write.
|