tag | line | file | source code |
---|---|---|---|
wspace | 117 | net/tcp/sock.h | unsigned long (*wspace)(volatile struct sock *sk); |
wspace | 343 | net/tcp/tcp.c | if (sk->prot->wspace(sk) >= sk->mtu) |
wspace | 432 | net/tcp/tcp.c | amount = sk->prot->wspace(sk)/2; |
wspace | 123 | net/tcp/udp.c | if (sk->prot->wspace(sk) >= MIN_WRITE_SPACE) |
wspace | 485 | net/tcp/udp.c | amount = sk->prot->wspace(sk)/2; |