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

/freebsd-13-stable/sys/net/
H A Dif_enc.c332 error = hhook_add_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET],
345 error = hhook_add_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET6],
369 hhook_remove_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET], &hki);
376 hhook_remove_hook(V_ipsec_hhh_in[HHOOK_IPSEC_INET6], &hki);
H A Dif_var.h107 #define V_ipsec_hhh_in VNET(ipsec_hhh_in) macro
/freebsd-13-stable/sys/netinet/
H A Dip_input.c331 &V_ipsec_hhh_in[HHOOK_IPSEC_INET],
390 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET]);
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c237 &V_ipsec_hhh_in[HHOOK_IPSEC_INET6],
363 error = hhook_head_deregister(V_ipsec_hhh_in[HHOOK_IPSEC_INET6]);
/freebsd-13-stable/sys/netipsec/
H A Dipsec.c863 HHOOKS_RUN_IF(V_ipsec_hhh_in[idx], ctx, NULL);

Completed in 135 milliseconds