Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_gif.c418 } ipv6_encap_cfg[] = { variable
463 for (i = 0; i < nitems(ipv6_encap_cfg); i++) in in6_gif_init()
464 ipv6_encap_cfg[i].cookie = ip6_encap_attach( in in6_gif_init()
465 &ipv6_encap_cfg[i].encap, NULL, M_WAITOK); in in6_gif_init()
474 for (i = 0; i < nitems(ipv6_encap_cfg); i++) in in6_gif_uninit()
475 ip6_encap_detach(ipv6_encap_cfg[i].cookie); in in6_gif_uninit()
H A Dip6_gre.c555 static const struct encap_config ipv6_encap_cfg = { variable
576 ecookie = ip6_encap_attach(&ipv6_encap_cfg, NULL, M_WAITOK); in in6_gre_init()
H A Dip6_mroute.c144 static const struct encap_config ipv6_encap_cfg = { variable
1899 pim6_encap_cookie = ip6_encap_attach(&ipv6_encap_cfg, in ip6_mroute_modevent()
/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c728 static const struct encap_config ipv6_encap_cfg = { variable
754 ipe6_cookie = ip6_encap_attach(&ipv6_encap_cfg, NULL, M_WAITOK); in ipcomp_attach()