Searched refs:ELINKCONG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 46 #define ELINKCONG EAGAIN /* link congestion <=> resource unavailable */ macro
|
H A D | bcast.c | 273 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 D | socket.c | 934 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 D | link.c | 922 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 D | link.h | 46 #define ELINKCONG EAGAIN /* link congestion <=> resource unavailable */ macro
|
H A D | bcast.c | 273 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 D | socket.c | 911 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 D | link.c | 887 return -ELINKCONG; in link_schedule_user() 998 * Returns 0 if success, or errno: -ELINKCONG, -EMSGSIZE or -ENOBUFS
|
Completed in 22 milliseconds