Home
last modified time | relevance | path

Searched refs:nextpmc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Digmp.c1263 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1270 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1271 nextpmc = pmc->next; in igmpv3_clear_delrec()
/kernel/linux/linux-5.10/net/ipv6/
H A 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Digmp.c1263 struct ip_mc_list *pmc, *nextpmc; in igmpv3_clear_delrec() local
1270 for (; pmc; pmc = nextpmc) { in igmpv3_clear_delrec()
1271 nextpmc = pmc->next; in igmpv3_clear_delrec()
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c815 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local
820 for (; pmc; pmc = nextpmc) { in mld_clear_delrec()
821 nextpmc = mc_dereference(pmc->next, idev); in mld_clear_delrec()

Completed in 15 milliseconds