Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv6/
Dmcast.c1879 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1919 psf_prev = NULL; in add_grec()
1928 psf_prev = psf; in add_grec()
1971 if (psf_prev) in add_grec()
1972 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
1981 psf_prev = psf; in add_grec()
2039 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2041 psf_prev = NULL; in mld_clear_zeros()
2047 if (psf_prev) in mld_clear_zeros()
2048 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]
/Linux-v5.15/net/ipv4/
Digmp.c464 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
501 psf_prev = NULL; in add_grec()
508 psf_prev = psf; in add_grec()
551 if (psf_prev) in add_grec()
552 psf_prev->sf_next = psf->sf_next; in add_grec()
559 psf_prev = psf; in add_grec()
626 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
628 psf_prev = NULL; in igmpv3_clear_zeros()
632 if (psf_prev) in igmpv3_clear_zeros()
633 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]