Home
last modified time | relevance | path

Searched refs:copycount (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/ipv4/
Digmp.c2536 int err, len, count, copycount; in ip_mc_msfget() local
2575 copycount = count < msf->imsf_numsrc ? count : msf->imsf_numsrc; in ip_mc_msfget()
2576 len = flex_array_size(psl, sl_addr, copycount); in ip_mc_msfget()
2578 if (put_user(IP_MSFILTER_SIZE(copycount), optlen) || in ip_mc_msfget()
2593 int i, count, copycount; in ip_mc_gsfget() local
2619 copycount = count < gsf->gf_numsrc ? count : gsf->gf_numsrc; in ip_mc_gsfget()
2621 for (i = 0; i < copycount; i++, p++) { in ip_mc_gsfget()
/linux-5.19.10/net/ipv6/
Dmcast.c589 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()