Home
last modified time | relevance | path

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

/external/bcc/src/cc/compat/linux/
Dbpf.h2663 struct bpf_sock_addr { struct
2664 __u32 user_family; /* Allows 4-byte read, but no write. */
2665 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
2668 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
2671 __u32 user_port; /* Allows 4-byte read and write.
2674 __u32 family; /* Allows 4-byte read, but no write */
2675 __u32 type; /* Allows 4-byte read, but no write */
2676 __u32 protocol; /* Allows 4-byte read, but no write */
2677 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write.
2680 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h2663 struct bpf_sock_addr { struct
2664 __u32 user_family; /* Allows 4-byte read, but no write. */
2665 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
2668 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
2671 __u32 user_port; /* Allows 4-byte read and write.
2674 __u32 family; /* Allows 4-byte read, but no write */
2675 __u32 type; /* Allows 4-byte read, but no write */
2676 __u32 protocol; /* Allows 4-byte read, but no write */
2677 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write.
2680 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
/external/kernel-headers/original/uapi/linux/
Dbpf.h2760 struct bpf_sock_addr { struct
2761 __u32 user_family; /* Allows 4-byte read, but no write. */
2762 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write.
2765 __u32 user_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.
2768 __u32 user_port; /* Allows 4-byte read and write.
2771 __u32 family; /* Allows 4-byte read, but no write */
2772 __u32 type; /* Allows 4-byte read, but no write */
2773 __u32 protocol; /* Allows 4-byte read, but no write */
2774 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write.
2777 __u32 msg_src_ip6[4]; /* Allows 1,2,4-byte read an 4-byte write.