Searched refs:sl_max (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | igmp.h | 45 unsigned int sl_max; member
|
/linux-4.1.27/include/net/ |
D | if_inet6.h | 81 unsigned int sl_max; member
|
/linux-4.1.27/net/ipv6/ |
D | mcast.c | 400 if (!psl || psl->sl_count == psl->sl_max) { in ip6_mc_source() 405 count += psl->sl_max; in ip6_mc_source() 411 newpsl->sl_max = count; in ip6_mc_source() 416 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_source() 494 newpsl->sl_max = newpsl->sl_count = gsf->gf_numsrc; in ip6_mc_msfilter() 504 sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max)); in ip6_mc_msfilter() 517 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_msfilter() 2395 sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max)); in ip6_mc_leave_src()
|
/linux-4.1.27/net/ipv4/ |
D | igmp.c | 1921 atomic_sub(IP_SFLSIZE(psf->sl_max), &sk->sk_omem_alloc); in ip_mc_leave_src() 2063 if (!psl || psl->sl_count == psl->sl_max) { in ip_mc_source() 2068 count += psl->sl_max; in ip_mc_source() 2074 newpsl->sl_max = count; in ip_mc_source() 2080 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_source() 2161 newpsl->sl_max = newpsl->sl_count = msf->imsf_numsrc; in ip_mc_msfilter() 2167 sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); in ip_mc_msfilter() 2180 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_msfilter()
|