Searched refs:tcp_small_queue_check (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/net/ipv4/ |
| D | tcp_output.c | 2212 static bool tcp_small_queue_check(struct sock *sk, const struct sk_buff *skb, in tcp_small_queue_check() function 2378 if (tcp_small_queue_check(sk, skb, 0)) in tcp_write_xmit() 3026 if (tcp_small_queue_check(sk, skb, 1)) in tcp_xmit_retransmit_queue()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_output.c | 2493 static bool tcp_small_queue_check(struct sock *sk, const struct sk_buff *skb, in tcp_small_queue_check() function 2675 if (tcp_small_queue_check(sk, skb, 0)) in tcp_write_xmit() 3336 if (tcp_small_queue_check(sk, skb, 1)) in tcp_xmit_retransmit_queue()
|