Lines Matching refs:mss
17 unsigned int seq, unsigned int mss) in tcp_gso_tstamp() argument
23 if (before(ts_seq, seq + mss)) { in tcp_gso_tstamp()
30 seq += mss; in tcp_gso_tstamp()
68 unsigned int mss; in tcp_gso_segment() local
88 mss = skb_shinfo(skb)->gso_size; in tcp_gso_segment()
89 if (unlikely(skb->len <= mss)) in tcp_gso_segment()
95 skb_shinfo(skb)->gso_segs = DIV_ROUND_UP(skb->len, mss); in tcp_gso_segment()
118 mss *= skb_shinfo(segs)->gso_segs; in tcp_gso_segment()
120 delta = (__force __wsum)htonl(oldlen + thlen + mss); in tcp_gso_segment()
127 tcp_gso_tstamp(segs, gso_skb, seq, mss); in tcp_gso_segment()
140 seq += mss; in tcp_gso_segment()
196 unsigned int mss = 1; in tcp_gro_receive() local
262 mss = skb_shinfo(p)->gso_size; in tcp_gro_receive()
269 flush |= (mss != skb_shinfo(skb)->gso_size); in tcp_gro_receive()
271 flush |= (len - 1) >= mss; in tcp_gro_receive()
279 mss = 1; in tcp_gro_receive()
290 flush = len < mss; in tcp_gro_receive()