Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Digmp.c1263 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1270 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1271 nextpmc = pmc->next; in igmpv3_clear_delrec()
/openbmc/linux/net/ipv6/
H A Dmcast.c815 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
820 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
821 nextpmc = mc_dereference(pmc->next, idev); in mld_clear_delrec()