Home
last modified time | relevance | path

Searched refs:sf_next (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/ipv6/
Dmcast.c754 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
792 for (psf = im->mca_sources; psf; psf = psf->sf_next) in mld_del_delrec()
830 psf_next = psf->sf_next; in mld_clear_delrec()
1013 for (psf = mc->mca_sources; psf; psf = psf->sf_next) { in ipv6_chk_mcast_addr()
1113 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_xmarksources()
1146 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_marksources()
1556 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_scount()
1776 psf_next = psf->sf_next; in add_grec()
1823 psf_prev->sf_next = psf->sf_next; in add_grec()
1825 *psf_list = psf->sf_next; in add_grec()
[all …]
/Linux-v5.4/net/ipv4/
Digmp.c192 next = psf->sf_next; in ip_sf_list_clear_all()
322 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount()
507 psf_next = psf->sf_next; in add_grec()
554 psf_prev->sf_next = psf->sf_next; in add_grec()
556 *psf_list = psf->sf_next; in add_grec()
632 psf_next = psf->sf_next; in igmpv3_clear_zeros()
635 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
637 *ppsf = psf->sf_next; in igmpv3_clear_zeros()
859 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_xmarksources()
890 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_marksources()
[all …]
/Linux-v5.4/include/linux/
Digmp.h62 struct ip_sf_list *sf_next; member
/Linux-v5.4/include/net/
Dif_inet6.h100 struct ip6_sf_list *sf_next; member