Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.h46 #define ELINKCONG EAGAIN /* link congestion <=> resource unavailable */ macro
Dsocket.c703 if (rc == -ELINKCONG) { in tipc_sendmcast()
946 if (rc == -ELINKCONG) { in __tipc_sendmsg()
1077 if (rc != -ELINKCONG) in __tipc_send_stream()
Dlink.c627 return -ELINKCONG; in link_schedule_user()
638 return -ELINKCONG; in link_schedule_user()
Dnode.c1073 if (rc == -ELINKCONG) in tipc_node_xmit_skb()