Searched refs:ip_sf_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | igmp.h | 68 struct ip_sf_list { struct 69 struct ip_sf_list *sf_next; argument 81 struct ip_sf_list *sources; argument 82 struct ip_sf_list *tomb;
|
/linux-4.1.27/net/ipv4/ |
D | igmp.c | 264 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() 311 struct ip_sf_list *psf; in igmp_scount() 435 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() 574 static void igmpv3_clear_zeros(struct ip_sf_list **ppsf) in igmpv3_clear_zeros() 576 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() 792 struct ip_sf_list *psf; in igmp_xmarksources() 819 struct ip_sf_list *psf; in igmp_marksources() 1091 struct ip_sf_list *psf; in igmpv3_add_delrec() 1110 struct ip_sf_list *psf, *psf_next; in igmpv3_del_delrec() 1154 struct ip_sf_list *psf, *psf_next; in igmpv3_clear_delrec() [all …]
|