Home
last modified time | relevance | path

Searched refs:ecookie (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_gre.c554 static const struct encaptab *ecookie = NULL; variable
576 ecookie = ip6_encap_attach(&ipv6_encap_cfg, NULL, M_WAITOK); in in6_gre_init()
584 ip6_encap_detach(ecookie); in in6_gre_uninit()
/f-stack/freebsd/netinet/
H A Dip_gre.c559 static const struct encaptab *ecookie = NULL; variable
576 ecookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in in_gre_init()
584 ip_encap_detach(ecookie); in in_gre_uninit()
/f-stack/freebsd/net/
H A Dif_me.c649 static const struct encaptab *ecookie = NULL; variable
667 ecookie = ip_encap_attach(&me_encap_cfg, NULL, M_WAITOK); in memodevent()
670 ip_encap_detach(ecookie); in memodevent()