Searched refs:V_ipsec_hhh_in (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_enc.c327 error = hhook_add_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET],
340 error = hhook_add_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET6],
364 hhook_remove_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET], &hki);
371 hhook_remove_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET6], &hki);
H A Dif_var.h102 #define V_ipsec_hhh_in VNET(ipsec_hhh_in) macro
/freebsd-11-stable/sys/netinet/
H A Dip_input.c319 &V_ipsec_hhh_in[HHOOK_IPSEC_INET],
382 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET]);
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c235 &V_ipsec_hhh_in[HHOOK_IPSEC_INET6],
363 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET6]);
/freebsd-11-stable/sys/netipsec/
H A Dipsec.c852 HHOOKS_RUN_IF(V_ipsec_hhh_in[idx], ctx, NULL);

Completed in 158 milliseconds