Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Dmcast.c1731 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1766 psf_prev = NULL; in add_grec()
1773 psf_prev = psf; in add_grec()
1816 if (psf_prev) in add_grec()
1817 psf_prev->sf_next = psf->sf_next; in add_grec()
1824 psf_prev = psf; in add_grec()
1886 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
1888 psf_prev = NULL; in mld_clear_zeros()
1892 if (psf_prev) in mld_clear_zeros()
1893 psf_prev->sf_next = psf->sf_next; in mld_clear_zeros()
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Digmp.c466 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
504 psf_prev = NULL; in add_grec()
511 psf_prev = psf; in add_grec()
554 if (psf_prev) in add_grec()
555 psf_prev->sf_next = psf->sf_next; in add_grec()
562 psf_prev = psf; in add_grec()
629 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
631 psf_prev = NULL; in igmpv3_clear_zeros()
635 if (psf_prev) in igmpv3_clear_zeros()
636 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
[all …]