Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Digmp.c1154 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1161 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1162 nextpmc = pmc->next; in igmpv3_clear_delrec()
/linux-4.4.14/net/ipv6/
Dmcast.c776 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
783 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
784 nextpmc = pmc->next; in mld_clear_delrec()