Searched refs:pim_encap_cookie (Results 1 – 1 of 1) sorted by relevance
243 static const struct encaptab *pim_encap_cookie; variable2893 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()