tag | line | file | source code |
---|---|---|---|
wspace | 194 | net/inet/datagram.c | if (sk->prot && sk->prot->wspace(sk) >= MIN_WRITE_SPACE) |
wspace | 212 | net/inet/sock.h | unsigned long (*wspace)(struct sock *sk); |
wspace | 946 | net/inet/tcp.c | if (sk->prot->wspace(sk) < sk->mtu+128+sk->prot->max_header) |
wspace | 1001 | net/inet/tcp.c | amount = sk->prot->wspace(sk); |
wspace | 422 | net/inet/udp.c | amount = sk->prot->wspace(sk)/*/2*/; |