Searched refs:sl_max (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | igmp.h | 38 unsigned int sl_max; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | if_inet6.h | 87 unsigned int sl_max; member
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | mcast.c | 417 if (!psl || psl->sl_count == psl->sl_max) { in ip6_mc_source() 422 count += psl->sl_max; in ip6_mc_source() 428 newpsl->sl_max = count; in ip6_mc_source() 433 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_source() 512 newpsl->sl_max = newpsl->sl_count = gsf->gf_numsrc; in ip6_mc_msfilter() 522 sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max)); in ip6_mc_msfilter() 535 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_msfilter() 2439 sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max)); in ip6_mc_leave_src()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | igmp.c | 2243 atomic_sub(IP_SFLSIZE(psf->sl_max), &sk->sk_omem_alloc); in ip_mc_leave_src() 2386 if (!psl || psl->sl_count == psl->sl_max) { in ip_mc_source() 2391 count += psl->sl_max; in ip_mc_source() 2397 newpsl->sl_max = count; in ip_mc_source() 2403 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_source() 2485 newpsl->sl_max = newpsl->sl_count = msf->imsf_numsrc; in ip_mc_msfilter() 2491 sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); in ip_mc_msfilter() 2504 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_msfilter()
|