Searched refs:pim_encap_cookie (Results 1 – 1 of 1) sorted by relevance
254 static const struct encaptab *pim_encap_cookie; variable2871 pim_encap_cookie = encap_attach_func(AF_INET, IPPROTO_PIM, in ip_mroute_modevent()2873 if (pim_encap_cookie == NULL) { in ip_mroute_modevent()2914 if (pim_encap_cookie) { in ip_mroute_modevent()2915 encap_detach(pim_encap_cookie); in ip_mroute_modevent()2916 pim_encap_cookie = NULL; in ip_mroute_modevent()