tag | line | file | source code |
---|---|---|---|
wspace | 219 | include/net/sock.h | unsigned long (*wspace)(struct sock *sk); |
wspace | 200 | net/core/datagram.c | if (sk->prot && sk->prot->wspace(sk) >= MIN_WRITE_SPACE) |
wspace | 1042 | net/ipv4/tcp.c | if (sk->prot->wspace(sk) < sk->mtu+128+sk->prot->max_header) |
wspace | 1095 | net/ipv4/tcp.c | amount = sk->prot->wspace(sk); |
wspace | 364 | net/ipv4/udp.c | amount = sk->prot->wspace(sk)/*/2*/; |