Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Digmp.c467 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
505 psf_prev = NULL; in add_grec()
512 psf_prev = psf; in add_grec()
555 if (psf_prev) in add_grec()
556 psf_prev->sf_next = psf->sf_next; in add_grec()
563 psf_prev = psf; in add_grec()
630 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
632 psf_prev = NULL; in igmpv3_clear_zeros()
636 if (psf_prev) in igmpv3_clear_zeros()
637 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]
/openbmc/linux/net/ipv6/
H A Dmcast.c1877 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1917 psf_prev = NULL; in add_grec()
1926 psf_prev = psf; in add_grec()
1969 if (psf_prev) in add_grec()
1970 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
1979 psf_prev = psf; in add_grec()
2037 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2039 psf_prev = NULL; in mld_clear_zeros()
2045 if (psf_prev) in mld_clear_zeros()
2046 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all …]