Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dcontent_filter.c6225 int shut_flag; member
6253 if (cfil_info->cfi_flags & apply_context->shut_flag) { in cfil_sock_udp_notify_shutdown_per_flow()
6257 cfil_info->cfi_flags |= apply_context->shut_flag; in cfil_sock_udp_notify_shutdown_per_flow()
6279 cfil_sock_udp_notify_shutdown(struct socket *so, int how, int drop_flag, int shut_flag) in cfil_sock_udp_notify_shutdown() argument
6289 apply_context.shut_flag = shut_flag; in cfil_sock_udp_notify_shutdown()