Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dhhook.h124 int hhook_head_deregister(struct hhook_head *hhh);
/f-stack/freebsd/kern/
H A Dkern_hhook.c369 hhook_head_deregister(struct hhook_head *hhh) in hhook_head_deregister() function
397 error = hhook_head_deregister(hhh); in hhook_head_deregister_lookup()
H A Duipc_socket.c302 if (hhook_head_deregister(V_socket_hhh[subtype]) != 0) in socket_hhook_deregister()
/f-stack/freebsd/netinet/
H A Dip_input.c390 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET]); in ip_destroy()
396 error = hhook_head_deregister(V_ipsec_hhh_out[HHOOK_IPSEC_INET]); in ip_destroy()
H A Dtcp_subr.c1281 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_IN]); in tcp_destroy()
1287 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_OUT]); in tcp_destroy()
/f-stack/freebsd/netinet6/
H A Dip6_input.c363 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET6]); in ip6_destroy()
369 error = hhook_head_deregister(V_ipsec_hhh_out[HHOOK_IPSEC_INET6]); in ip6_destroy()