Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c386 #define CFF_PRESERVE_CONNECTIONS 0x08 macro
1309 if (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) { in cfil_update_behavior_flags()
2189 *(uint32_t *)data = (cfc->cf_flags & CFF_PRESERVE_CONNECTIONS) ? true : false; in cfil_ctl_getopt()
2364 cfc->cf_flags |= CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()
2366 cfc->cf_flags &= ~CFF_PRESERVE_CONNECTIONS; in cfil_ctl_setopt()