sl_max             38 include/linux/igmp.h 	unsigned int		sl_max;
sl_max             79 include/net/if_inet6.h 	unsigned int		sl_max;
sl_max           2237 net/ipv4/igmp.c 	atomic_sub(IP_SFLSIZE(psf->sl_max), &sk->sk_omem_alloc);
sl_max           2380 net/ipv4/igmp.c 	if (!psl || psl->sl_count == psl->sl_max) {
sl_max           2385 net/ipv4/igmp.c 			count += psl->sl_max;
sl_max           2391 net/ipv4/igmp.c 		newpsl->sl_max = count;
sl_max           2397 net/ipv4/igmp.c 			atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc);
sl_max           2478 net/ipv4/igmp.c 		newpsl->sl_max = newpsl->sl_count = msf->imsf_numsrc;
sl_max           2484 net/ipv4/igmp.c 			sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max));
sl_max           2497 net/ipv4/igmp.c 		atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc);
sl_max            417 net/ipv6/mcast.c 	if (!psl || psl->sl_count == psl->sl_max) {
sl_max            422 net/ipv6/mcast.c 			count += psl->sl_max;
sl_max            428 net/ipv6/mcast.c 		newpsl->sl_max = count;
sl_max            433 net/ipv6/mcast.c 			sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max));
sl_max            511 net/ipv6/mcast.c 		newpsl->sl_max = newpsl->sl_count = gsf->gf_numsrc;
sl_max            521 net/ipv6/mcast.c 			sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max));
sl_max            534 net/ipv6/mcast.c 		sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max));
sl_max           2445 net/ipv6/mcast.c 		sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max));