Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c470 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
508 psf_prev = NULL; in add_grec()
515 psf_prev = psf; in add_grec()
558 if (psf_prev) in add_grec()
559 psf_prev->sf_next = psf->sf_next; in add_grec()
566 psf_prev = psf; in add_grec()
633 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
635 psf_prev = NULL; in igmpv3_clear_zeros()
639 if (psf_prev) in igmpv3_clear_zeros()
640 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]
/linux/net/ipv6/
H A Dmcast.c1907 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1949 psf_prev = NULL; in add_grec()
1958 psf_prev = psf; in add_grec()
2001 if (psf_prev) in add_grec()
2002 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
2011 psf_prev = psf; in add_grec()
2067 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2069 psf_prev = NULL; in mld_clear_zeros()
2075 if (psf_prev) in mld_clear_zeros()
2076 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]