Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc.h104 #define TIPC_ERR_OVERLOAD 4 macro
/openbmc/linux/net/tipc/
H A Dmsg.c647 if (msg_is_syn(_hdr) && err == TIPC_ERR_OVERLOAD) in tipc_msg_reverse()
H A Dsocket.c2234 if (err != TIPC_ERR_OVERLOAD) in tipc_sk_filter_connect()
2375 err = TIPC_ERR_OVERLOAD; in tipc_sk_filter_rcv()
2467 if (tipc_msg_reverse(onode, &skb, TIPC_ERR_OVERLOAD)) { in tipc_sk_enqueue()