Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c497 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
535 psf_prev = NULL; in add_grec()
542 psf_prev = psf; in add_grec()
585 if (psf_prev) in add_grec()
586 psf_prev->sf_next = psf->sf_next; in add_grec()
593 psf_prev = psf; in add_grec()
660 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
662 psf_prev = NULL; in igmpv3_clear_zeros()
666 if (psf_prev) in igmpv3_clear_zeros()
667 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]
/linux/net/ipv6/
H A Dmcast.c1922 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1964 psf_prev = NULL; in add_grec()
1973 psf_prev = psf; in add_grec()
2016 if (psf_prev) in add_grec()
2017 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
2026 psf_prev = psf; in add_grec()
2084 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2086 psf_prev = NULL; in mld_clear_zeros()
2092 if (psf_prev) in mld_clear_zeros()
2093 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]