Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.h525 extern boolean_t cfil_filter_present(void);
H A Dcontent_filter.c2797 cfil_filter_present(void) in cfil_filter_present() function
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_input.c1911 boolean_t check_cfil = cfil_filter_present(); in tcp_input()