Searched refs:sl_max (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | igmp.h | 38 unsigned int sl_max; member
|
| /Linux-v5.4/include/net/ |
| D | if_inet6.h | 79 unsigned int sl_max; member
|
| /Linux-v5.4/net/ipv4/ |
| D | igmp.c | 2237 atomic_sub(IP_SFLSIZE(psf->sl_max), &sk->sk_omem_alloc); in ip_mc_leave_src() 2380 if (!psl || psl->sl_count == psl->sl_max) { in ip_mc_source() 2385 count += psl->sl_max; in ip_mc_source() 2391 newpsl->sl_max = count; in ip_mc_source() 2397 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_source() 2478 newpsl->sl_max = newpsl->sl_count = msf->imsf_numsrc; in ip_mc_msfilter() 2484 sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); in ip_mc_msfilter() 2497 atomic_sub(IP_SFLSIZE(psl->sl_max), &sk->sk_omem_alloc); in ip_mc_msfilter()
|
| /Linux-v5.4/net/ipv6/ |
| 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() 511 newpsl->sl_max = newpsl->sl_count = gsf->gf_numsrc; in ip6_mc_msfilter() 521 sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max)); in ip6_mc_msfilter() 534 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_msfilter() 2445 sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max)); in ip6_mc_leave_src()
|