taglinefilesource code
wspace244include/net/sock.hunsigned long    (*wspace)(struct sock *sk);
wspace208net/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);
wspace418net/ipv4/udp.camount = sk->prot->wspace(sk)/*/2*/;