Searched refs:cur_mss (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 2359 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument 2374 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test() 2383 unsigned int cur_mss) in tcp_snd_wnd_test() argument 2387 if (skb->len > cur_mss) in tcp_snd_wnd_test() 2388 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_snd_wnd_test() 3235 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() argument 3245 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3554 unsigned int cur_mss; in __tcp_retransmit_skb() local 3590 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3603 avail_wnd = cur_mss; in __tcp_retransmit_skb() [all...] |
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 1289 u16 cur_mss = skb_shinfo(skb)->gso_size; in sxgbe_xmit() local 1295 if (unlikely(skb_is_gso(skb) && tqueue->prev_mss != cur_mss)) in sxgbe_xmit() 1328 if (unlikely(tqueue->prev_mss != cur_mss)) { in sxgbe_xmit() 1330 ctxt_desc, cur_mss); in sxgbe_xmit() 1343 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 | 423 unsigned short cur_mss; member
|
| H A D | xgbe-drv.c | 1540 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xgbe_packet_info()
|