Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/net/ipv4/ |
| D | igmp.c | 460 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 498 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 501 psf_next = psf->sf_next; in add_grec() 622 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 625 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 626 psf_next = psf->sf_next; in igmpv3_clear_zeros() 1237 struct ip_sf_list *psf, *psf_next; in igmpv3_clear_delrec() local 1243 for (; psf; psf = psf_next) { in igmpv3_clear_delrec() 1244 psf_next = psf->sf_next; in igmpv3_clear_delrec()
|
| /Linux-v4.19/net/ipv6/ |
| D | mcast.c | 826 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 832 for (; psf; psf = psf_next) { in mld_clear_delrec() 833 psf_next = psf->sf_next; in mld_clear_delrec() 1738 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 1774 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 1777 psf_next = psf->sf_next; in add_grec() 1893 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 1896 for (psf = *ppsf; psf; psf = psf_next) { in mld_clear_zeros() 1897 psf_next = psf->sf_next; in mld_clear_zeros()
|