psf_next 466 net/ipv4/igmp.c struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; psf_next 504 net/ipv4/igmp.c for (psf = *psf_list; psf; psf = psf_next) { psf_next 507 net/ipv4/igmp.c psf_next = psf->sf_next; psf_next 628 net/ipv4/igmp.c struct ip_sf_list *psf_prev, *psf_next, *psf; psf_next 631 net/ipv4/igmp.c for (psf = *ppsf; psf; psf = psf_next) { psf_next 632 net/ipv4/igmp.c psf_next = psf->sf_next; psf_next 823 net/ipv6/mcast.c struct ip6_sf_list *psf, *psf_next; psf_next 829 net/ipv6/mcast.c for (; psf; psf = psf_next) { psf_next 830 net/ipv6/mcast.c psf_next = psf->sf_next; psf_next 1737 net/ipv6/mcast.c struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; psf_next 1773 net/ipv6/mcast.c for (psf = *psf_list; psf; psf = psf_next) { psf_next 1776 net/ipv6/mcast.c psf_next = psf->sf_next; psf_next 1892 net/ipv6/mcast.c struct ip6_sf_list *psf_prev, *psf_next, *psf; psf_next 1895 net/ipv6/mcast.c for (psf = *ppsf; psf; psf = psf_next) { psf_next 1896 net/ipv6/mcast.c psf_next = psf->sf_next;