Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dmcast.c2056 struct ifmcaddr6 *pmc, *pmc_prev, *pmc_next; in mld_send_cr() local
2064 pmc = pmc_next) { in mld_send_cr()
2065 pmc_next = mc_dereference(pmc->next, idev); in mld_send_cr()
2087 rcu_assign_pointer(pmc_prev->next, pmc_next); in mld_send_cr()
2089 rcu_assign_pointer(idev->mc_tomb, pmc_next); in mld_send_cr()