Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Digmp.c185 static void ip_sf_list_clear_all(struct ip_sf_list *psf) in ip_sf_list_clear_all() argument
189 while (psf) { in ip_sf_list_clear_all()
190 next = psf->sf_next; in ip_sf_list_clear_all()
191 kfree(psf); in ip_sf_list_clear_all()
192 psf = next; in ip_sf_list_clear_all()
270 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument
278 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in()
284 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
287 psf->sf_count[MCAST_EXCLUDE]; in is_in()
293 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
[all …]
/linux-5.19.10/net/ipv6/
Dmcast.c127 #define for_each_psf_mclock(mc, psf) \ argument
128 for (psf = mc_dereference((mc)->mca_sources, mc->idev); \
129 psf; \
130 psf = mc_dereference(psf->sf_next, mc->idev))
132 #define for_each_psf_rcu(mc, psf) \ argument
133 for (psf = rcu_dereference((mc)->mca_sources); \
134 psf; \
135 psf = rcu_dereference(psf->sf_next))
137 #define for_each_psf_tomb(mc, psf) \ argument
138 for (psf = mc_dereference((mc)->mca_tomb, mc->idev); \
[all …]
/linux-5.19.10/sound/pci/rme9652/
Dhdspm.c2974 int psf = hdspm_pref_sync_ref(hdspm); in snd_hdspm_get_pref_sync_ref() local
2976 if (psf >= 0) { in snd_hdspm_get_pref_sync_ref()
2977 ucontrol->value.enumerated.item[0] = psf; in snd_hdspm_get_pref_sync_ref()