Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c6595 int shut_flag; member
6623 if (cfil_info->cfi_flags & apply_context->shut_flag) { in cfil_sock_udp_notify_shutdown_per_flow()
6627 cfil_info->cfi_flags |= apply_context->shut_flag; in cfil_sock_udp_notify_shutdown_per_flow()
6649 cfil_sock_udp_notify_shutdown(struct socket *so, int how, int drop_flag, int shut_flag) in cfil_sock_udp_notify_shutdown() argument
6659 apply_context.shut_flag = shut_flag; in cfil_sock_udp_notify_shutdown()