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

/freebsd-13-stable/sys/netinet/
H A Din_gif.c394 } ipv4_encap_cfg[] = { variable in typeref:struct:__anon15337
439 for (i = 0; i < nitems(ipv4_encap_cfg); i++)
440 ipv4_encap_cfg[i].cookie = ip_encap_attach(
441 &ipv4_encap_cfg[i].encap, NULL, M_WAITOK);
450 for (i = 0; i < nitems(ipv4_encap_cfg); i++)
451 ip_encap_detach(ipv4_encap_cfg[i].cookie);
H A Dip_gre.c560 static const struct encap_config ipv4_encap_cfg = { variable in typeref:struct:encap_config
576 ecookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK);
H A Dip_mroute.c247 static const struct encap_config ipv4_encap_cfg = { variable in typeref:struct:encap_config
2893 pim_encap_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK);
/freebsd-13-stable/sys/net/
H A Dif_stf.c175 static const struct encap_config ipv4_encap_cfg = { variable in typeref:struct:encap_config
250 sc->encap_cookie = ip_encap_attach(&ipv4_encap_cfg, sc, M_WAITOK);
/freebsd-13-stable/sys/netipsec/
H A Dxform_ipcomp.c685 static const struct encap_config ipv4_encap_cfg = { variable in typeref:struct:encap_config
751 ipe4_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK);

Completed in 191 milliseconds