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

/linux-master/net/ipv4/
H A Digmp.c190 next = psf->sf_next;
322 for (psf = pmc->sources; psf; psf = psf->sf_next) {
509 psf_next = psf->sf_next;
556 psf_prev->sf_next = psf->sf_next;
558 *psf_list = psf->sf_next;
634 psf_next = psf->sf_next;
637 psf_prev->sf_next = psf->sf_next;
639 *ppsf = psf->sf_next;
[all...]
/linux-master/include/linux/
H A Digmp.h60 struct ip_sf_list *sf_next; member in struct:ip_sf_list
/linux-master/net/ipv6/
H A Dmcast.c130 psf = mc_dereference(psf->sf_next, mc->idev))
135 psf = rcu_dereference(psf->sf_next))
140 psf = mc_dereference(psf->sf_next, mc->idev))
834 psf_next = mc_dereference(psf->sf_next, idev);
1917 psf_next = mc_dereference(psf->sf_next, idev);
1964 rcu_assign_pointer(psf_prev->sf_next,
1965 mc_dereference(psf->sf_next, idev));
1968 mc_dereference(psf->sf_next, idev));
2037 psf_next = mc_dereference(psf->sf_next, idev);
2040 rcu_assign_pointer(psf_prev->sf_next,
[all...]
/linux-master/include/net/
H A Dif_inet6.h103 struct ip6_sf_list __rcu *sf_next; member in struct:ip6_sf_list

Completed in 162 milliseconds