Home
last modified time | relevance | path

Searched refs:psf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv4/
Digmp.c267 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument
275 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in()
281 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
284 psf->sf_count[MCAST_EXCLUDE]; in is_in()
290 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
295 psf->sf_count[MCAST_INCLUDE]) in is_in()
298 psf->sf_count[MCAST_EXCLUDE]; in is_in()
300 if (gdeleted || !psf->sf_crcount) in is_in()
305 return gdeleted || (psf->sf_crcount && sdeleted); in is_in()
306 return psf->sf_crcount && !gdeleted && !sdeleted; in is_in()
[all …]
/Linux-v4.19/net/ipv6/
Dmcast.c753 struct ip6_sf_list *psf; in mld_add_delrec() local
758 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
759 psf->sf_crcount = pmc->mca_crcount; in mld_add_delrec()
772 struct ip6_sf_list *psf; in mld_del_delrec() local
796 for (psf = im->mca_sources; psf; psf = psf->sf_next) in mld_del_delrec()
797 psf->sf_crcount = idev->mc_qrv; in mld_del_delrec()
826 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
829 psf = pmc->mca_tomb; in mld_clear_delrec()
832 for (; psf; psf = psf_next) { in mld_clear_delrec()
833 psf_next = psf->sf_next; in mld_clear_delrec()
[all …]
/Linux-v4.19/sound/pci/rme9652/
Dhdspm.c2986 int psf = hdspm_pref_sync_ref(hdspm); in snd_hdspm_get_pref_sync_ref() local
2988 if (psf >= 0) { in snd_hdspm_get_pref_sync_ref()
2989 ucontrol->value.enumerated.item[0] = psf; in snd_hdspm_get_pref_sync_ref()