Home
last modified time | relevance | path

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

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