Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c188 static void ip_sf_list_clear_all(struct ip_sf_list *psf) in ip_sf_list_clear_all() argument
192 while (psf) { in ip_sf_list_clear_all()
193 next = psf->sf_next; in ip_sf_list_clear_all()
194 kfree(psf); in ip_sf_list_clear_all()
195 psf = next; in ip_sf_list_clear_all()
275 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument
283 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in()
289 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
292 psf->sf_count[MCAST_EXCLUDE]; in is_in()
298 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
[all …]
/linux/net/ipv6/
H A Dmcast.c130 #define for_each_psf_mclock(mc, psf) \ argument
131 for (psf = mc_dereference((mc)->mca_sources, mc->idev); \
132 psf; \
133 psf = mc_dereference(psf->sf_next, mc->idev))
135 #define for_each_psf_rcu(mc, psf) \ argument
136 for (psf = rcu_dereference((mc)->mca_sources); \
137 psf; \
138 psf = rcu_dereference(psf->sf_next))
140 #define for_each_psf_tomb(mc, psf) \ argument
141 for (psf = mc_dereference((mc)->mca_tomb, mc->idev); \
[all …]
/linux/sound/pci/rme9652/
H A Dhdspm.c2955 int psf = hdspm_pref_sync_ref(hdspm); in snd_hdspm_get_pref_sync_ref() local
2957 if (psf >= 0) { in snd_hdspm_get_pref_sync_ref()
2958 ucontrol->value.enumerated.item[0] = psf; in snd_hdspm_get_pref_sync_ref()