Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc_config.h168 #define TIPC_MIN_LINK_TOL 50 macro
172 #if (TIPC_MIN_LINK_TOL < 16)
/openbmc/linux/net/tipc/
H A Dlink.c2254 if (tipc_in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()
2302 if (tipc_in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()
2611 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop()