Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Digmp.c1120 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1127 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1128 nextpmc = pmc->next; in igmpv3_clear_delrec()
/linux-2.6.39/net/ipv6/
Dmcast.c787 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
794 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
795 nextpmc = pmc->next; in mld_clear_delrec()