Lines Matching defs:copy
938 int i, copy;
941 if ((copy = start - offset) > 0) {
942 if (copy > len)
943 copy = len;
944 sum = atalk_sum_partial(skb->data + offset, copy, sum);
945 if ((len -= copy) == 0)
948 offset += copy;
958 if ((copy = end - offset) > 0) {
961 if (copy > len)
962 copy = len;
965 offset - start, copy, sum);
968 if (!(len -= copy))
970 offset += copy;
981 if ((copy = end - offset) > 0) {
982 if (copy > len)
983 copy = len;
985 copy, sum);
986 if ((len -= copy) == 0)
988 offset += copy;
1245 * Find the name of an AppleTalk socket. Just copy the right
1545 * network information so we MUST copy these before
1705 SOCK_DEBUG(sk, "SK %p: send out(copy).\n", sk);