Searched refs:cur_mss (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 2093 unsigned int cur_mss, int nonagle) in tcp_nagle_test() argument 2108 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test() 2117 unsigned int cur_mss) in tcp_snd_wnd_test() argument 2121 if (skb->len > cur_mss) in tcp_snd_wnd_test() 2122 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_snd_wnd_test() 2942 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() argument 2952 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3260 unsigned int cur_mss; in __tcp_retransmit_skb() local 3289 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3300 avail_wnd = cur_mss; in __tcp_retransmit_skb() [all …]
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 350 unsigned short cur_mss; member
|
H A D | dwc-xlgmac-desc.c | 527 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()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | 551 if ((tso && (packet->mss != ring->tx.cur_mss)) || in xgbe_map_tx_skb()
|
H A D | xgbe.h | 488 unsigned short cur_mss; member
|
H A D | xgbe-dev.c | 1752 if (tso && (packet->mss != ring->tx.cur_mss)) in xgbe_dev_xmit() 1804 ring->tx.cur_mss = packet->mss; in xgbe_dev_xmit()
|
H A D | xgbe-drv.c | 1780 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xgbe_packet_info()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 594 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,
|