Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c6291 int shut_flag; member
6319 if (cfil_info->cfi_flags & apply_context->shut_flag) { in cfil_sock_udp_notify_shutdown_per_flow()
6323 cfil_info->cfi_flags |= apply_context->shut_flag; in cfil_sock_udp_notify_shutdown_per_flow()
6345 cfil_sock_udp_notify_shutdown(struct socket *so, int how, int drop_flag, int shut_flag) in cfil_sock_udp_notify_shutdown() argument
6355 apply_context.shut_flag = shut_flag; in cfil_sock_udp_notify_shutdown()