Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/ipv6/ |
D | mcast.c | 820 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() 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()
|
/Linux-v5.10/net/ipv4/ |
D | igmp.c | 464 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 502 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 505 psf_next = psf->sf_next; in add_grec() 626 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 629 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 630 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|