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 | 668 | net/inet/sockinet.c | sk->mss = 0; /* we will try not to send any packets smaller than this. */ |
mss | 880 | net/inet/tcp.c | copy = min(sk->mss - skb->len + 128 + |
mss | 906 | net/inet/tcp.c | if (skb->len -(unsigned long)skb->h.th + (unsigned long)(skb+1) >= sk->mss ||(flags & MSG_OOB) || copy==0) |
mss | 931 | net/inet/tcp.c | if (sk->packets_out && copy < sk->mss && !(flags & MSG_OOB)) |
mss | 941 | net/inet/tcp.c | sk->mss + 128 + prot->max_header + |
mss | 946 | net/inet/tcp.c | skb->mem_len = sk->mss + 128 + prot->max_header + sizeof(*skb); |
mss | 3991 | net/inet/tcp.c | sk->mss=val; |
mss | 4011 | net/inet/tcp.c | val=sk->mss; |
mss | 107 | net/socket/sock.h | unsigned short mss; |