Searched refs:nextpmc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Digmp.c1126 struct ip_mc_list *pmc, *nextpmc; local
1133 for (; pmc; pmc = nextpmc) {
1134 nextpmc = pmc->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c786 struct ifmcaddr6 *pmc, *nextpmc; local
793 for (; pmc; pmc = nextpmc) {
794 nextpmc = pmc->next;

Completed in 48 milliseconds