Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Digmp.c1250 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1257 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1258 nextpmc = pmc->next; in igmpv3_clear_delrec()
/Linux-v5.4/net/ipv6/
Dmcast.c806 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
813 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
814 nextpmc = pmc->next; in mld_clear_delrec()