Searched refs:force_queue (Results 1 – 2 of 2) sorted by relevance
325 void tcp_send_skb(struct sock *sk, struct sk_buff *skb, int force_queue, unsigned cur_mss) in tcp_send_skb() argument334 if (!force_queue && tp->send_head == NULL && tcp_snd_test(tp, skb, cur_mss, tp->nonagle)) { in tcp_send_skb()
845 extern void tcp_send_skb(struct sock *, struct sk_buff *, int force_queue, unsigned mss_now);