tag | line | file | source code |
amt | 1735 | net/tcp/sock.c | int amt; |
amt | 1739 | net/tcp/sock.c | amt = min ((SK_RMEM_MAX-sk->rmem_alloc)/2-MIN_WINDOW, MAX_WINDOW); |
amt | 1740 | net/tcp/sock.c | if (amt < 0) return (0); |
amt | 1741 | net/tcp/sock.c | return (amt); |
amt | 1179 | net/tcp/tcp.c | int amt; |
amt | 1186 | net/tcp/tcp.c | amt = min(net16(skb->h.th->urg_ptr),len); |
amt | 1187 | net/tcp/tcp.c | verify_area (VERIFY_WRITE, to, amt); |
amt | 1189 | net/tcp/tcp.c | skb->h.th->doff*4, amt); |
amt | 1197 | net/tcp/tcp.c | copied += amt; |
amt | 323 | net/tcp/udp.c | int amt; |
amt | 427 | net/tcp/udp.c | amt = min (len + tmp + sizeof (*uh), dev->mtu); |
amt | 430 | net/tcp/udp.c | amt, dev, dev->mtu)); |
amt | 432 | net/tcp/udp.c | skb->len = amt; |
amt | 433 | net/tcp/udp.c | amt -= tmp; |
amt | 436 | net/tcp/udp.c | uh->len = net16(amt); |
amt | 440 | net/tcp/udp.c | amt -= sizeof (*uh); |
amt | 442 | net/tcp/udp.c | if (amt < 0) |
amt | 444 | net/tcp/udp.c | printk ("udp.c: amt = %d < 0\n",amt); |
amt | 450 | net/tcp/udp.c | memcpy_fromfs( buff, from, amt); |
amt | 452 | net/tcp/udp.c | len -= amt; |
amt | 453 | net/tcp/udp.c | copied += amt; |
amt | 454 | net/tcp/udp.c | from += amt; |
amt | 456 | net/tcp/udp.c | amt+sizeof (*uh), sk); |