Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Digmp.c1221 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1228 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1229 nextpmc = pmc->next; in igmpv3_clear_delrec()
/Linux-v4.19/net/ipv6/
Dmcast.c809 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
816 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
817 nextpmc = pmc->next; in mld_clear_delrec()