Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c528 #define CFIF_DROP 0x0001 /* drop action applied */ macro
1585 } else if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_acquire_sockbuf()
2025 } else if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_ctl_send()
4624 } else if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_update_data_offsets()
4837 if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_flush_queues()
4865 if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_flush_queues()
4899 cfil_info->cfi_flags |= CFIF_DROP; in cfil_action_drop()
5078 } else if (cfil_info->cfi_flags & CFIF_DROP) { in cfil_data_common()
5222 if (so->so_cfil->cfi_flags & CFIF_DROP) { in cfil_sock_data_out()
5305 if (so->so_cfil->cfi_flags & CFIF_DROP) { in cfil_sock_data_in()
[all …]