Home
last modified time | relevance | path

Searched refs:psf (Results 1 – 1 of 1) 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 …]