/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_output.c | 159 void __tcp_nip_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_nip_push_pending_frames() argument 165 if (tcp_nip_write_xmit(sk, cur_mss, nonagle, 0, sk_gfp_mask(sk, GFP_ATOMIC))) in __tcp_nip_push_pending_frames() 993 u32 cur_mss; in tcp_nip_send_fin() local 1016 cur_mss = tcp_nip_current_mss(sk); // TCP_BASE_MSS in tcp_nip_send_fin() 1017 __tcp_nip_push_pending_frames(sk, cur_mss, TCP_NAGLE_OFF); in tcp_nip_send_fin() 1043 unsigned int cur_mss) in tcp_nip_snd_wnd_test() 1047 if (skb->len > cur_mss) in tcp_nip_snd_wnd_test() 1048 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_nip_snd_wnd_test() 1157 unsigned int cur_mss; in __tcp_nip_retransmit_skb() local 1169 cur_mss in __tcp_nip_retransmit_skb() 1041 tcp_nip_snd_wnd_test(const struct tcp_sock *tp, const struct sk_buff *skb, unsigned int cur_mss) tcp_nip_snd_wnd_test() argument [all...] |
H A D | tcp_nip_input.c | 632 u32 cur_mss = tcp_nip_current_mss(sk); // TCP_BASE_MSS in tcp_nip_push_pending_frames() local 634 __tcp_nip_push_pending_frames(sk, cur_mss, tp->nonagle); in tcp_nip_push_pending_frames()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 2076 unsigned int cur_mss, int nonagle) in tcp_nagle_test() 2091 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test() 2100 unsigned int cur_mss) in tcp_snd_wnd_test() 2104 if (skb->len > cur_mss) in tcp_snd_wnd_test() 2105 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_snd_wnd_test() 2874 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() argument 2884 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3157 unsigned int cur_mss; in __tcp_retransmit_skb() local 3194 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3205 avail_wnd = cur_mss; in __tcp_retransmit_skb() 2075 tcp_nagle_test(const struct tcp_sock *tp, const struct sk_buff *skb, unsigned int cur_mss, int nonagle) tcp_nagle_test() argument 2098 tcp_snd_wnd_test(const struct tcp_sock *tp, const struct sk_buff *skb, unsigned int cur_mss) tcp_snd_wnd_test() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 2086 unsigned int cur_mss, int nonagle) in tcp_nagle_test() 2101 if (!tcp_nagle_check(skb->len < cur_mss, tp, nonagle)) in tcp_nagle_test() 2110 unsigned int cur_mss) in tcp_snd_wnd_test() 2114 if (skb->len > cur_mss) in tcp_snd_wnd_test() 2115 end_seq = TCP_SKB_CB(skb)->seq + cur_mss; in tcp_snd_wnd_test() 2937 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, in __tcp_push_pending_frames() argument 2947 if (tcp_write_xmit(sk, cur_mss, nonagle, 0, in __tcp_push_pending_frames() 3255 unsigned int cur_mss; in __tcp_retransmit_skb() local 3284 cur_mss = tcp_current_mss(sk); in __tcp_retransmit_skb() 3295 avail_wnd = cur_mss; in __tcp_retransmit_skb() 2085 tcp_nagle_test(const struct tcp_sock *tp, const struct sk_buff *skb, unsigned int cur_mss, int nonagle) tcp_nagle_test() argument 2108 tcp_snd_wnd_test(const struct tcp_sock *tp, const struct sk_buff *skb, unsigned int cur_mss) tcp_snd_wnd_test() argument [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | tcp_nip.h | 91 unsigned int cur_mss,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 1286 u16 cur_mss = skb_shinfo(skb)->gso_size; in sxgbe_xmit() local 1292 if (unlikely(skb_is_gso(skb) && tqueue->prev_mss != cur_mss)) in sxgbe_xmit() 1325 if (unlikely(tqueue->prev_mss != cur_mss)) { in sxgbe_xmit() 1327 ctxt_desc, cur_mss); in sxgbe_xmit() 1340 tqueue->prev_mss = cur_mss; in sxgbe_xmit()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 | 486 unsigned short cur_mss; member
|
H A D | xgbe-dev.c | 1702 if (tso && (packet->mss != ring->tx.cur_mss)) in xgbe_dev_xmit() 1754 ring->tx.cur_mss = packet->mss; in xgbe_dev_xmit()
|
H A D | xgbe-drv.c | 1785 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xgbe_packet_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 349 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-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()
|
H A D | dwc-xlgmac-net.c | 134 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xlgmac_prep_tx_pkt()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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-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()
|
H A D | dwc-xlgmac-net.c | 134 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) { in xlgmac_prep_tx_pkt()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 572 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 593 void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss,
|