Home
last modified time | relevance | path

Searched refs:force_queue (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c325 void tcp_send_skb(struct sock *sk, struct sk_buff *skb, int force_queue, unsigned cur_mss) in tcp_send_skb() argument
334 if (!force_queue && tp->send_head == NULL && tcp_snd_test(tp, skb, cur_mss, tp->nonagle)) { in tcp_send_skb()
/linux-2.4.37.9/include/net/
Dtcp.h845 extern void tcp_send_skb(struct sock *, struct sk_buff *, int force_queue, unsigned mss_now);