Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.h206 struct cfil_msg_sock_attached { struct
207 struct cfil_msg_hdr cfs_msghdr;
208 int cfs_sock_family; /* e.g. PF_INET */
209 int cfs_sock_type; /* e.g. SOCK_STREAM */
210 int cfs_sock_protocol; /* e.g. IPPROTO_TCP */
211 int cfs_unused; /* padding */
212 pid_t cfs_pid;
213 pid_t cfs_e_pid;
214 uuid_t cfs_uuid;
215 uuid_t cfs_e_uuid;
[all …]