| tag | line | file | source code |
| mss | 813 | net/inet/sock.c | sk->mss = 0; /* we will try not to send any packets smaller than this. */ |
| mss | 110 | net/inet/sock.h | unsigned short mss; |
| mss | 790 | net/inet/tcp.c | copy = min(sk->mss - skb->len + 128 + |
| mss | 808 | net/inet/tcp.c | (unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB)) { |
| mss | 827 | net/inet/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) { |
| mss | 831 | net/inet/tcp.c | sk->mss + 128 + prot->max_header + |
| mss | 836 | net/inet/tcp.c | skb->mem_len = sk->mss + 128 + prot->max_header + sizeof(*skb); |