Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Digmp.c2535 int err, len, count, copycount, msf_size; in ip_mc_msfget() local
2574 copycount = count < msf->imsf_numsrc ? count : msf->imsf_numsrc; in ip_mc_msfget()
2575 len = flex_array_size(psl, sl_addr, copycount); in ip_mc_msfget()
2577 msf_size = IP_MSFILTER_SIZE(copycount); in ip_mc_msfget()
2595 int i, count, copycount; in ip_mc_gsfget() local
2621 copycount = count < gsf->gf_numsrc ? count : gsf->gf_numsrc; in ip_mc_gsfget()
2623 for (i = 0; i < copycount; i++) { in ip_mc_gsfget()
/Linux-v6.1/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()
615 for (i = 0; i < copycount; i++) { in ip6_mc_msfget()