Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c384 #define CFF_PRESERVE_CONNECTIONS 0x08 macro
1308 if (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) { in cfil_update_behavior_flags()
2188 *(uint32_t *)data = (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) ? true : false; in cfil_ctl_getopt()
2356 cfc->cf_flags |= CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()
2358 cfc->cf_flags &= ~CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()