Home
last modified time | relevance | path

Searched refs:ipv6_encap_cfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_gif.c402 } ipv6_encap_cfg[] = { variable
447 for (i = 0; i < nitems(ipv6_encap_cfg); i++) in in6_gif_init()
448 ipv6_encap_cfg[i].cookie = ip6_encap_attach( in in6_gif_init()
449 &ipv6_encap_cfg[i].encap, NULL, M_WAITOK); in in6_gif_init()
458 for (i = 0; i < nitems(ipv6_encap_cfg); i++) in in6_gif_uninit()
459 ip6_encap_detach(ipv6_encap_cfg[i].cookie); in in6_gif_uninit()
H A Dip6_gre.c539 static const struct encap_config ipv6_encap_cfg = { variable
560 ecookie = ip6_encap_attach(&ipv6_encap_cfg, NULL, M_WAITOK); in in6_gre_init()
H A Dip6_mroute.c141 static const struct encap_config ipv6_encap_cfg = { variable
1896 pim6_encap_cookie = ip6_encap_attach(&ipv6_encap_cfg, in ip6_mroute_modevent()
/freebsd/sys/netipsec/
H A Dxform_ipcomp.c734 static const struct encap_config ipv6_encap_cfg = { variable
760 ipe6_cookie = ip6_encap_attach(&ipv6_encap_cfg, NULL, M_WAITOK); in ipcomp_attach()