tag | line | file | source code |
---|---|---|---|
wspace | 164 | net/inet/datagram.c | if (sk->prot->wspace(sk) >= MIN_WRITE_SPACE) |
wspace | 140 | net/inet/sock.h | unsigned long (*wspace)(struct sock *sk); |
wspace | 376 | net/inet/tcp.c | if (sk->prot->wspace(sk) >= sk->mtu) { |
wspace | 466 | net/inet/tcp.c | amount = sk->prot->wspace(sk); |
wspace | 389 | net/inet/udp.c | amount = sk->prot->wspace(sk)/*/2*/; |