Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.h216 struct cfil_msg_sock_attached { struct
217 struct cfil_msg_hdr cfs_msghdr;
218 int cfs_sock_family; /* e.g. PF_INET */
219 int cfs_sock_type; /* e.g. SOCK_STREAM */
220 int cfs_sock_protocol; /* e.g. IPPROTO_TCP */
221 int cfs_unused; /* padding */
222 pid_t cfs_pid;
223 pid_t cfs_e_pid;
224 uuid_t cfs_uuid;
225 uuid_t cfs_e_uuid;
[all …]