Searched refs:copycount (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/ipv4/ |
| D | igmp.c | 2526 int err, len, count, copycount; in ip_mc_msfget() local 2566 copycount = count < msf->imsf_numsrc ? count : msf->imsf_numsrc; in ip_mc_msfget() 2567 len = flex_array_size(psl, sl_addr, copycount); in ip_mc_msfget() 2569 if (put_user(IP_MSFILTER_SIZE(copycount), optlen) || in ip_mc_msfget() 2584 int i, count, copycount; in ip_mc_gsfget() local 2610 copycount = count < gsf->gf_numsrc ? count : gsf->gf_numsrc; in ip_mc_gsfget() 2612 for (i = 0; i < copycount; i++, p++) { in ip_mc_gsfget()
|
| /Linux-v5.15/net/ipv6/ |
| D | mcast.c | 589 int i, count, copycount; in ip6_mc_msfget() local 613 copycount = count < gsf->gf_numsrc ? count : gsf->gf_numsrc; in ip6_mc_msfget() 616 for (i = 0; i < copycount; i++, p++) { in ip6_mc_msfget()
|