Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A 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 …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A 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 …]