Home
last modified time | relevance | path

Searched refs:so_cfil (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c629 if (so->so_cfil) { \
631 so->so_cfil->cfi_flags |= CFIF_SO_DELAYED_DEAD; \
633 so->so_cfil->cfi_flags &= ~CFIF_SO_DELAYED_DEAD; \
645 (so->so_cfil ? (so->so_cfil->cfi_flags & CFIF_SO_DELAYED_DEAD) : \
649 if (so->so_cfil) { \
651 so->so_cfil->cfi_flags |= CFIF_SO_DELAYED_TCP_TIME_WAIT; \
653 so->so_cfil->cfi_flags &= ~CFIF_SO_DELAYED_TCP_TIME_WAIT; \
659 (so->so_cfil ? (so->so_cfil->cfi_flags & CFIF_SO_DELAYED_TCP_TIME_WAIT) : false)
1422 if ((so->so_cfil == NULL && so->so_flow_db == NULL) || entry->cfe_filter == NULL) { in cfil_ctl_disconnect()
1443 … (so->so_cfil == NULL && soflow_db_get_feature_context(so->so_flow_db, sock_flow_id) == NULL)) { in cfil_ctl_disconnect()
[all …]
/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c154 if (so->so_cfil != NULL) { in sotoxsocket_n()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h329 struct cfil_info *so_cfil; member