taglinefilesource code
mss813net/inet/sock.csk->mss = 0; /* we will try not to send any packets smaller than this. */
mss110net/inet/sock.hunsigned short    mss;
mss790net/inet/tcp.ccopy = min(sk->mss - skb->len + 128 +
mss808net/inet/tcp.c(unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB)) {
mss827net/inet/tcp.cif (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) {
mss831net/inet/tcp.csk->mss + 128 + prot->max_header +
mss836net/inet/tcp.cskb->mem_len = sk->mss + 128 + prot->max_header + sizeof(*skb);