| tag | line | file | source code |
| copy | 23 | fs/msdos/fat.c | int first,last,next,copy; |
| copy | 77 | fs/msdos/fat.c | for (copy = 1; copy < MSDOS_SB(sb)->fats; copy++) { |
| copy | 80 | fs/msdos/fat.c | fat_length*copy,&c_data))) break; |
| copy | 86 | fs/msdos/fat.c | SECTOR_BITS)+MSDOS_SB(sb)->fat_length*copy |
| copy | 105 | net/tcp/dev.c | pt->copy = 1; |
| copy | 131 | net/tcp/dev.c | if (!pt->copy && lpt) |
| copy | 132 | net/tcp/dev.c | lpt->copy = 0; |
| copy | 344 | net/tcp/dev.c | if (ptype->copy) |
| copy | 99 | net/tcp/dev.h | unsigned short copy:1; |
| copy | 108 | net/tcp/ip.c | prot->copy = 0; |
| copy | 114 | net/tcp/ip.c | prot->copy = 1; |
| copy | 146 | net/tcp/ip.c | if (p->copy == 0 && lp != NULL) |
| copy | 147 | net/tcp/ip.c | lp->copy = 0; |
| copy | 218 | net/tcp/ip.c | ipprot->handler, ipprot->protocol, ipprot->copy); |
| copy | 759 | net/tcp/ip.c | if (ipprot->copy) |
| copy | 140 | net/tcp/ip.h | unsigned char copy:1; |
| copy | 601 | net/tcp/tcp.c | int copy; |
| copy | 681 | net/tcp/tcp.c | copy = min (sk->mss - skb->len + 128 + prot->max_header, len); |
| copy | 684 | net/tcp/tcp.c | if (copy <= 0) |
| copy | 685 | net/tcp/tcp.c | copy = 0; |
| copy | 687 | net/tcp/tcp.c | memcpy_fromfs ((unsigned char *)(skb+1) + skb->len, from, copy); |
| copy | 688 | net/tcp/tcp.c | skb->len += copy; |
| copy | 689 | net/tcp/tcp.c | from += copy; |
| copy | 690 | net/tcp/tcp.c | copied += copy; |
| copy | 691 | net/tcp/tcp.c | len -= copy; |
| copy | 692 | net/tcp/tcp.c | sk->send_seq += copy; |
| copy | 708 | net/tcp/tcp.c | copy = min (sk->mtu, diff(sk->window_seq, sk->send_seq)); |
| copy | 711 | net/tcp/tcp.c | if (copy < 200 || copy > sk->mtu) copy = sk->mtu; |
| copy | 712 | net/tcp/tcp.c | copy = min (copy, len); |
| copy | 715 | net/tcp/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) |
| copy | 731 | net/tcp/tcp.c | skb=prot->wmalloc (sk, copy + prot->max_header+sizeof (*skb),0, |
| copy | 735 | net/tcp/tcp.c | skb->mem_len = copy+prot->max_header+sizeof (*skb); |
| copy | 795 | net/tcp/tcp.c | tmp = tcp_build_header((struct tcp_header *)buff, sk, len-copy); |
| copy | 809 | net/tcp/tcp.c | ((struct tcp_header *)buff)->urg_ptr = copy; |
| copy | 812 | net/tcp/tcp.c | memcpy_fromfs (buff+tmp, from, copy); |
| copy | 814 | net/tcp/tcp.c | from += copy; |
| copy | 815 | net/tcp/tcp.c | copied += copy; |
| copy | 816 | net/tcp/tcp.c | len -= copy; |
| copy | 817 | net/tcp/tcp.c | skb->len += copy; |
| copy | 819 | net/tcp/tcp.c | sk->send_seq += copy; |
| copy | 827 | net/tcp/tcp.c | copy +sizeof (struct tcp_header), sk); |