Searched defs:bpf_sock_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 2522 struct bpf_sock_addr { struct 2523 __u32 user_family; /* Allows 4-byte read, but no write. */ 2524 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 2527 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write. 2530 __u32 user_port; /* Allows 4-byte read and write. 2533 __u32 family; /* Allows 4-byte read, but no write */ 2534 __u32 type; /* Allows 4-byte read, but no write */ 2535 __u32 protocol; /* Allows 4-byte read, but no write */ 2536 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write. 2539 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 2522 struct bpf_sock_addr { struct 2523 __u32 user_family; /* Allows 4-byte read, but no write. */ 2524 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 2527 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write. 2530 __u32 user_port; /* Allows 4-byte read and write. 2533 __u32 family; /* Allows 4-byte read, but no write */ 2534 __u32 type; /* Allows 4-byte read, but no write */ 2535 __u32 protocol; /* Allows 4-byte read, but no write */ 2536 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write. 2539 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
|