Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/ipv6/
H A Dmcast.c819 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
824 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
825 nextpmc = mc_dereference(pmc->next, idev); in mld_clear_delrec()