Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.c6309 int shut_flag; member
6337 if (cfil_info->cfi_flags & apply_context->shut_flag) { in cfil_sock_udp_notify_shutdown_per_flow()
6341 cfil_info->cfi_flags |= apply_context->shut_flag; in cfil_sock_udp_notify_shutdown_per_flow()
6363 cfil_sock_udp_notify_shutdown(struct socket *so, int how, int drop_flag, int shut_flag) in cfil_sock_udp_notify_shutdown() argument
6373 apply_context.shut_flag = shut_flag; in cfil_sock_udp_notify_shutdown()