Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Digmp.c264 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument
272 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in()
278 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
281 psf->sf_count[MCAST_EXCLUDE]; in is_in()
287 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
292 psf->sf_count[MCAST_INCLUDE]) in is_in()
295 psf->sf_count[MCAST_EXCLUDE]; in is_in()
297 if (gdeleted || !psf->sf_crcount) in is_in()
302 return gdeleted || (psf->sf_crcount && sdeleted); in is_in()
303 return psf->sf_crcount && !gdeleted && !sdeleted; in is_in()
[all …]
/linux-4.1.27/net/ipv6/
Dmcast.c728 struct ip6_sf_list *psf; in mld_add_delrec() local
733 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
734 psf->sf_crcount = pmc->mca_crcount; in mld_add_delrec()
747 struct ip6_sf_list *psf, *psf_next; in mld_del_delrec() local
765 for (psf = pmc->mca_tomb; psf; psf = psf_next) { in mld_del_delrec()
766 psf_next = psf->sf_next; in mld_del_delrec()
767 kfree(psf); in mld_del_delrec()
793 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
796 psf = pmc->mca_tomb; in mld_clear_delrec()
799 for (; psf; psf = psf_next) { in mld_clear_delrec()
[all …]
/linux-4.1.27/sound/pci/rme9652/
Dhdspm.c2979 int psf = hdspm_pref_sync_ref(hdspm); in snd_hdspm_get_pref_sync_ref() local
2981 if (psf >= 0) { in snd_hdspm_get_pref_sync_ref()
2982 ucontrol->value.enumerated.item[0] = psf; in snd_hdspm_get_pref_sync_ref()