Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c1266 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1273 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1274 nextpmc = pmc->next; in igmpv3_clear_delrec()
/linux/net/ipv6/
H A Dmcast.c814 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
821 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
822 nextpmc = mc_dereference(pmc->next, idev); in mld_clear_delrec()