Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dsocket.c97 bool link_cong; member
637 if (!tsk->link_cong) in tipc_poll()
642 if (!tsk->link_cong && !tsk_conn_cong(tsk)) in tipc_poll()
704 tsk->link_cong = 1; in tipc_sendmcast()
828 done = sk_wait_event(sk, timeo_p, !tsk->link_cong); in tipc_wait_for_sndmsg()
939 TIPC_SKB_CB(skb)->wakeup_pending = tsk->link_cong; in __tipc_sendmsg()
947 tsk->link_cong = 1; in __tipc_sendmsg()
985 (!tsk->link_cong && in tipc_wait_for_sndpkt()
1080 tsk->link_cong = 1; in __tipc_send_stream()
1666 tsk->link_cong = 0; in filter_rcv()