Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | mcast.c | 823 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 829 for (; psf; psf = psf_next) { in mld_clear_delrec() 830 psf_next = psf->sf_next; in mld_clear_delrec() 1734 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 1770 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 1773 psf_next = psf->sf_next; in add_grec() 1889 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 1892 for (psf = *ppsf; psf; psf = psf_next) { in mld_clear_zeros() 1893 psf_next = psf->sf_next; in mld_clear_zeros()
|
/net/ipv4/ |
D | igmp.c | 469 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 508 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 511 psf_next = psf->sf_next; in add_grec() 632 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 635 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 636 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|