Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c243 static const struct encaptab *pim_encap_cookie; variable
2893 pim_encap_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ip_mroute_modevent()
2894 if (pim_encap_cookie == NULL) { in ip_mroute_modevent()
2935 if (pim_encap_cookie) { in ip_mroute_modevent()
2936 ip_encap_detach(pim_encap_cookie); in ip_mroute_modevent()
2937 pim_encap_cookie = NULL; in ip_mroute_modevent()