Searched refs:pim_encap_cookie (Results 1 – 1 of 1) sorted by relevance
252 static const struct encaptab *pim_encap_cookie; variable2865 pim_encap_cookie = encap_attach_func(AF_INET, IPPROTO_PIM, in ip_mroute_modevent()2867 if (pim_encap_cookie == NULL) { in ip_mroute_modevent()2908 if (pim_encap_cookie) { in ip_mroute_modevent()2909 encap_detach(pim_encap_cookie); in ip_mroute_modevent()2910 pim_encap_cookie = NULL; in ip_mroute_modevent()