Lines Matching refs:mss
18 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() argument
21 if (before(ts_seq, seq + mss)) { in tcp_gso_tstamp()
28 seq += mss; in tcp_gso_tstamp()
64 unsigned int mss; in tcp_gso_segment() local
80 mss = skb_shinfo(skb)->gso_size; in tcp_gso_segment()
81 if (unlikely(skb->len <= mss)) in tcp_gso_segment()
104 skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss); in tcp_gso_segment()
122 delta = htonl(oldlen + (thlen + mss)); in tcp_gso_segment()
129 tcp_gso_tstamp(segs, skb_shinfo(gso_skb)->tskey, seq, mss); in tcp_gso_segment()
141 seq += mss; in tcp_gso_segment()
187 unsigned int mss = 1; in tcp_gro_receive() local
245 mss = skb_shinfo(p)->gso_size; in tcp_gro_receive()
247 flush |= (len - 1) >= mss; in tcp_gro_receive()
251 mss = 1; in tcp_gro_receive()
260 flush = len < mss; in tcp_gro_receive()