Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Dmcast.c1871 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1911 psf_prev = NULL; in add_grec()
1920 psf_prev = psf; in add_grec()
1963 if (psf_prev) in add_grec()
1964 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
1973 psf_prev = psf; in add_grec()
2031 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2033 psf_prev = NULL; in mld_clear_zeros()
2039 if (psf_prev) in mld_clear_zeros()
2040 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]
/Linux-v6.6/net/ipv4/
Digmp.c465 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
503 psf_prev = NULL; in add_grec()
510 psf_prev = psf; in add_grec()
553 if (psf_prev) in add_grec()
554 psf_prev->sf_next = psf->sf_next; in add_grec()
561 psf_prev = psf; in add_grec()
628 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
630 psf_prev = NULL; in igmpv3_clear_zeros()
634 if (psf_prev) in igmpv3_clear_zeros()
635 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]