Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Digmp.c464 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
502 psf_prev = NULL; in add_grec()
509 psf_prev = psf; in add_grec()
552 if (psf_prev) in add_grec()
553 psf_prev->sf_next = psf->sf_next; in add_grec()
560 psf_prev = psf; in add_grec()
627 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
629 psf_prev = NULL; in igmpv3_clear_zeros()
633 if (psf_prev) in igmpv3_clear_zeros()
634 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]
/linux-5.19.10/net/ipv6/
Dmcast.c1873 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1913 psf_prev = NULL; in add_grec()
1922 psf_prev = psf; in add_grec()
1965 if (psf_prev) in add_grec()
1966 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
1975 psf_prev = psf; in add_grec()
2033 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2035 psf_prev = NULL; in mld_clear_zeros()
2041 if (psf_prev) in mld_clear_zeros()
2042 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]