Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dcontent_filter.c387 #define CFF_PRESERVE_CONNECTIONS 0x08 macro
1316 if (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) { in cfil_update_behavior_flags()
2195 *(uint32_t *)data = (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) ? true : false; in cfil_ctl_getopt()
2368 cfc->cf_flags |= CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()
2370 cfc->cf_flags &= ~CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()