Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c387 #define CFF_PRESERVE_CONNECTIONS 0x08 macro
1315 if (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) { in cfil_update_behavior_flags()
2194 *(uint32_t *)data = (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) ? true : false; in cfil_ctl_getopt()
2367 cfc->cf_flags |= CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()
2369 cfc->cf_flags &= ~CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()