Home
last modified time | relevance | path

Searched refs:ELINKCONG (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/tipc/
H A Dlink.h46 #define ELINKCONG EAGAIN /* link congestion <=> resource unavailable */ macro
H A Dbcast.c273 if (rc == -ELINKCONG) { in tipc_bcast_xmit()
303 /* Any other return value than -ELINKCONG is ignored */ in tipc_rcast_xmit()
304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
H A Dsocket.c934 if (unlikely(rc == -ELINKCONG)) { in tipc_send_group_msg()
1318 if (rc == -ELINKCONG) in tipc_sk_push_backlog()
1517 if (unlikely(rc == -ELINKCONG)) { in __tipc_sendmsg()
1628 if (unlikely(rc == -ELINKCONG)) { in __tipc_sendstream()
2899 if (rc == -ELINKCONG) { in tipc_sk_timeout()
H A Dlink.c922 return -ELINKCONG; in link_schedule_user()
1034 * Return: 0 if success, or errno: -ELINKCONG, -EMSGSIZE or -ENOBUFS
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.h46 #define ELINKCONG EAGAIN /* link congestion <=> resource unavailable */ macro
H A Dbcast.c273 if (rc == -ELINKCONG) { in tipc_bcast_xmit()
303 /* Any other return value than -ELINKCONG is ignored */ in tipc_rcast_xmit()
304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
H A Dsocket.c911 if (unlikely(rc == -ELINKCONG)) { in tipc_send_group_msg()
1307 if (rc == -ELINKCONG) in tipc_sk_push_backlog()
1507 if (unlikely(rc == -ELINKCONG)) { in __tipc_sendmsg()
1618 if (unlikely(rc == -ELINKCONG)) { in __tipc_sendstream()
2888 if (rc == -ELINKCONG) { in tipc_sk_timeout()
H A Dlink.c887 return -ELINKCONG; in link_schedule_user()
998 * Returns 0 if success, or errno: -ELINKCONG, -EMSGSIZE or -ENOBUFS

Completed in 22 milliseconds