Searched defs:psf (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | igmp.c | 188 static void ip_sf_list_clear_all(struct ip_sf_list *psf) 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() 322 struct ip_sf_list *psf; in igmp_scount() local 470 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 633 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 868 struct ip_sf_list *psf; in igmp_xmarksources() local 895 struct ip_sf_list *psf; in igmp_marksources() local 1201 struct ip_sf_list *psf; in igmpv3_add_delrec() local 1223 struct ip_sf_list *psf; in igmpv3_del_delrec() local 1282 struct ip_sf_list *psf; in igmpv3_clear_delrec() local [all …]
|
/linux/net/ipv6/ |
H A D | mcast.c | 130 #define for_each_psf_mclock(mc, psf) \ argument 135 #define for_each_psf_rcu(mc, psf) \ argument 140 #define for_each_psf_tomb(mc, psf) \ argument 756 struct ip6_sf_list *psf; in mld_add_delrec() local 776 struct ip6_sf_list *psf, *sources, *tomb; in mld_del_delrec() local 833 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 1074 struct ip6_sf_list *psf; in ipv6_chk_mcast_addr() local 1190 struct ip6_sf_list *psf; in mld_xmarksources() local 1219 struct ip6_sf_list *psf; in mld_marksources() local 1688 static bool is_in(struct ifmcaddr6 *pmc, struct ip6_sf_list *psf, int type, in is_in() [all …]
|