Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c482 struct cfil_info { struct
485 struct socket *cfi_so;
486 uint64_t cfi_flags;
487 uint64_t cfi_sock_id;
488 struct timeval64 cfi_first_event;
489 uint32_t cfi_op_list_ctr;
490 … cfi_op_time[CFI_MAX_TIME_LOG_ENTRY]; /* time interval in microseconds since first event */
491 unsigned char cfi_op_list[CFI_MAX_TIME_LOG_ENTRY];
492 union sockaddr_in_4_6 cfi_so_attach_faddr; /* faddr at the time of attach */
493 union sockaddr_in_4_6 cfi_so_attach_laddr; /* laddr at the time of attach */
[all …]