Searched refs:pim_encap_cookie (Results 1 – 1 of 1) sorted by relevance
240 static const struct encaptab *pim_encap_cookie; variable2851 pim_encap_cookie = ip_encap_attach(&ipv4_encap_cfg, NULL, M_WAITOK); in ip_mroute_modevent()2886 if (pim_encap_cookie) { in ip_mroute_modevent()2887 ip_encap_detach(pim_encap_cookie); in ip_mroute_modevent()2888 pim_encap_cookie = NULL; in ip_mroute_modevent()