Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDhhook.h122 int hhook_head_deregister(struct hhook_head *hhh);
/NextBSD/sys/kern/
HDkern_hhook.c367 hhook_head_deregister(struct hhook_head *hhh) in hhook_head_deregister() function
395 error = hhook_head_deregister(hhh); in hhook_head_deregister_lookup()
HDuipc_socket.c278 if (hhook_head_deregister(V_socket_hhh[subtype]) != 0) in socket_hhook_deregister()
/NextBSD/sys/netinet/
HDip_input.c373 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET]); in ip_destroy()
379 error = hhook_head_deregister(V_ipsec_hhh_out[HHOOK_IPSEC_INET]); in ip_destroy()
HDtcp_subr.c733 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_IN]); in tcp_destroy()
739 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_OUT]); in tcp_destroy()
/NextBSD/sys/netinet6/
HDip6_input.c320 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET6]); in ip6_destroy()
326 error = hhook_head_deregister(V_ipsec_hhh_out[HHOOK_IPSEC_INET6]); in ip6_destroy()
/NextBSD/share/man/man9/
HDMakefile818 hhook.9 hhook_head_deregister.9 \