Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dmcast.c820 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
826 for (; psf; psf = psf_next) { in mld_clear_delrec()
827 psf_next = psf->sf_next; in mld_clear_delrec()
1731 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1767 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
1770 psf_next = psf->sf_next; in add_grec()
1886 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
1889 for (psf = *ppsf; psf; psf = psf_next) { in mld_clear_zeros()
1890 psf_next = psf->sf_next; in mld_clear_zeros()
/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
503 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
506 psf_next = psf->sf_next; in add_grec()
627 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
630 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros()
631 psf_next = psf->sf_next; in igmpv3_clear_zeros()