taglinefilesource code
wspace249include/net/sock.hunsigned long    (*wspace)(struct sock *sk);
wspace224net/core/datagram.cif (sk->prot && sk->prot->wspace(sk) >= MIN_WRITE_SPACE)
wspace1228net/ipv4/tcp.cif (sk->prot->wspace(sk) < sk->mtu+128+sk->prot->max_header)
wspace1281net/ipv4/tcp.camount = sk->prot->wspace(sk);
wspace428net/ipv4/udp.camount = sk->prot->wspace(sk)/*/2*/;