Searched refs:cur_mss (Results 1 – 11 of 11) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 2338 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument 2353 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test() 2362 unsigned int cur_mss) in tcp_snd_wnd_test() argument 2366 if (skb->len > cur_mss) in tcp_snd_wnd_test() 2367 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_snd_wnd_test() 3237 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() argument 3247 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3556 unsigned int cur_mss; in __tcp_retransmit_skb() local 3592 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3605 avail_wnd = cur_mss; in __tcp_retransmit_skb() [all …]
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 1287 u16 cur_mss = skb_shinfo(skb)->gso_size; in sxgbe_xmit() local 1293 if (unlikely(skb_is_gso(skb) && tqueue->prev_mss != cur_mss)) in sxgbe_xmit() 1326 if (unlikely(tqueue->prev_mss != cur_mss)) { in sxgbe_xmit() 1328 ctxt_desc, cur_mss); in sxgbe_xmit() 1341 tqueue->prev_mss = cur_mss; in sxgbe_xmit()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac.h | 350 unsigned short cur_mss; member
|
| H A D | dwc-xlgmac-desc.c | 523 if ((tso && (pkt_info->mss != ring->tx.cur_mss)) || in xlgmac_map_tx_skb()
|
| H A D | dwc-xlgmac-net.c | 134 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xlgmac_prep_tx_pkt()
|
| H A D | dwc-xlgmac-hw.c | 727 if (tso && (pkt_info->mss != ring->tx.cur_mss)) in xlgmac_dev_xmit() 789 ring->tx.cur_mss = pkt_info->mss; in xlgmac_dev_xmit()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-desc.c | 447 if ((tso && (packet->mss != ring->tx.cur_mss)) || in xgbe_map_tx_skb()
|
| H A D | xgbe.h | 408 unsigned short cur_mss; member
|
| H A D | xgbe-dev.c | 1617 if (tso && (packet->mss != ring->tx.cur_mss)) in xgbe_dev_xmit() 1669 ring->tx.cur_mss = packet->mss; in xgbe_dev_xmit()
|
| H A D | xgbe-drv.c | 1525 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xgbe_packet_info()
|
| /linux/include/net/ |
| H A D | tcp.h | 731 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,
|