Searched refs:psf (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | igmp.c | 201 static void ip_sf_list_clear_all(struct ip_sf_list *psf) in ip_sf_list_clear_all() argument 205 while (psf) { in ip_sf_list_clear_all() 206 next = psf->sf_next; in ip_sf_list_clear_all() 207 kfree(psf); in ip_sf_list_clear_all() 208 psf = next; in ip_sf_list_clear_all() 288 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument 296 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in() 302 if (psf->sf_count[MCAST_INCLUDE]) in is_in() 305 psf->sf_count[MCAST_EXCLUDE]; in is_in() 311 return psf in is_in() 335 struct ip_sf_list *psf; igmp_scount() local 483 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; add_grec() local 646 struct ip_sf_list *psf_prev, *psf_next, *psf; igmpv3_clear_zeros() local 881 struct ip_sf_list *psf; igmp_xmarksources() local 908 struct ip_sf_list *psf; igmp_marksources() local 1215 struct ip_sf_list *psf; igmpv3_add_delrec() local 1237 struct ip_sf_list *psf; igmpv3_del_delrec() local 1296 struct ip_sf_list *psf; igmpv3_clear_delrec() local 1968 struct ip_sf_list *psf, *psf_prev; ip_mc_del1_src() local 2056 struct ip_sf_list *psf; ip_mc_del_src() local 2083 struct ip_sf_list *psf, *psf_prev; ip_mc_add1_src() local 2111 struct ip_sf_list *psf; sf_markstate() local 2125 struct ip_sf_list *psf, *dpsf; sf_setstate() local 2229 struct ip_sf_list *psf; ip_mc_add_src() local 2344 struct ip_sf_socklist *psf = rtnl_dereference(iml->sflist); ip_mc_leave_src() local 2825 struct ip_sf_list *psf; ip_check_mc_rcu() local 3007 struct ip_sf_list *psf = NULL; igmp_mcf_get_first() local 3033 igmp_mcf_get_next(struct seq_file * seq,struct ip_sf_list * psf) igmp_mcf_get_next() argument 3061 struct ip_sf_list *psf = igmp_mcf_get_first(seq); igmp_mcf_get_idx() local 3077 struct ip_sf_list *psf; igmp_mcf_seq_next() local 3101 struct ip_sf_list *psf = v; igmp_mcf_seq_show() local [all...] |
| /linux/net/ipv6/ |
| H A D | mcast.c | 130 #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 140 for_each_psf_tomb(mc,psf) global() argument 753 struct ip6_sf_list *psf; mld_add_delrec() local 772 struct ip6_sf_list *psf, *sources, *tomb; mld_del_delrec() local 830 struct ip6_sf_list *psf, *psf_next; mld_clear_delrec() local 1056 struct ip6_sf_list *psf; ipv6_chk_mcast_addr() local 1174 struct ip6_sf_list *psf; mld_xmarksources() local 1204 struct ip6_sf_list *psf; mld_marksources() local 1675 is_in(struct ifmcaddr6 * pmc,struct ip6_sf_list * psf,int type,int gdeleted,int sdeleted) is_in() argument 1722 struct ip6_sf_list *psf; mld_scount() local 1907 struct ip6_sf_list *psf, *psf_prev, *psf_next; add_grec() local 2067 struct ip6_sf_list *psf_prev, *psf_next, *psf; mld_clear_zeros() local 2308 struct ip6_sf_list *psf, *psf_prev; ip6_mc_del1_src() local 2387 struct ip6_sf_list *psf; ip6_mc_del_src() local 2407 struct ip6_sf_list *psf, *psf_prev; ip6_mc_add1_src() local 2436 struct ip6_sf_list *psf; sf_markstate() local 2454 struct ip6_sf_list *psf, *dpsf; sf_setstate() local 2559 struct ip6_sf_list *psf; ip6_mc_add_src() local 2581 struct ip6_sf_list *psf, *nextpsf; ip6_mc_clear_src() local 3014 struct ip6_sf_list *psf = NULL; igmp6_mcf_get_first() local 3040 igmp6_mcf_get_next(struct seq_file * seq,struct ip6_sf_list * psf) igmp6_mcf_get_next() argument 3066 struct ip6_sf_list *psf = igmp6_mcf_get_first(seq); igmp6_mcf_get_idx() local 3082 struct ip6_sf_list *psf; igmp6_mcf_seq_next() local 3107 struct ip6_sf_list *psf = (struct ip6_sf_list *)v; igmp6_mcf_seq_show() local [all...] |
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 2955 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()
|