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;
mss668net/inet/sockinet.csk->mss = 0; /* we will try not to send any packets smaller than this. */
mss880net/inet/tcp.ccopy = min(sk->mss - skb->len + 128 +
mss906net/inet/tcp.cif (skb->len -(unsigned long)skb->h.th + (unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB) || copy==0) 
mss931net/inet/tcp.cif (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) 
mss941net/inet/tcp.csk->mss + 128 + prot->max_header +
mss946net/inet/tcp.cskb->mem_len = sk->mss + 128 + prot->max_header + sizeof(*skb);
mss3991net/inet/tcp.csk->mss=val;
mss4011net/inet/tcp.cval=sk->mss;
mss107net/socket/sock.hunsigned short    mss;