taglinefilesource code
wspace219include/net/sock.hunsigned long    (*wspace)(struct sock *sk);
wspace200net/core/datagram.cif (sk->prot && sk->prot->wspace(sk) >= MIN_WRITE_SPACE)
wspace1042net/ipv4/tcp.cif (sk->prot->wspace(sk) < sk->mtu+128+sk->prot->max_header)
wspace1095net/ipv4/tcp.camount = sk->prot->wspace(sk);
wspace364net/ipv4/udp.camount = sk->prot->wspace(sk)/*/2*/;