Searched refs:tcp_small_queue_check (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_output.c | 2510 static bool tcp_small_queue_check(struct sock *sk, const struct sk_buff *skb, in tcp_small_queue_check() function 2692 if (tcp_small_queue_check(sk, skb, 0)) in tcp_write_xmit() 3369 if (tcp_small_queue_check(sk, skb, 1)) in tcp_xmit_retransmit_queue()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_output.c | 2568 static bool tcp_small_queue_check(struct sock *sk, const struct sk_buff *skb, in tcp_small_queue_check() function 2751 if (tcp_small_queue_check(sk, skb, 0)) in tcp_write_xmit() 3459 if (tcp_small_queue_check(sk, skb, 1)) in tcp_xmit_retransmit_queue()
|