Searched refs:psf_next (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/ipv6/ | 
| D | mcast.c | 823 		struct ip6_sf_list *psf, *psf_next;  in mld_clear_delrec()  local 829 		for (; psf; psf = psf_next) {  in mld_clear_delrec() 830 			psf_next = psf->sf_next;  in mld_clear_delrec() 1737 	struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list;  in add_grec()  local 1773 	for (psf = *psf_list; psf; psf = psf_next) {  in add_grec() 1776 		psf_next = psf->sf_next;  in add_grec() 1892 	struct ip6_sf_list *psf_prev, *psf_next, *psf;  in mld_clear_zeros()  local 1895 	for (psf = *ppsf; psf; psf = psf_next) {  in mld_clear_zeros() 1896 		psf_next = psf->sf_next;  in mld_clear_zeros()
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | igmp.c | 466 	struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list;  in add_grec()  local 504 	for (psf = *psf_list; psf; psf = psf_next) {  in add_grec() 507 		psf_next = psf->sf_next;  in add_grec() 628 	struct ip_sf_list *psf_prev, *psf_next, *psf;  in igmpv3_clear_zeros()  local 631 	for (psf = *ppsf; psf; psf = psf_next) {  in igmpv3_clear_zeros() 632 		psf_next = psf->sf_next;  in igmpv3_clear_zeros()
  |