Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Digmp.c1248 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1255 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1256 nextpmc = pmc->next; in igmpv3_clear_delrec()
/Linux-v5.10/net/ipv6/
Dmcast.c803 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
810 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
811 nextpmc = pmc->next; in mld_clear_delrec()