Searched refs:TIPC_MIN_LINK_TOL (Results 1 – 4 of 4) sorted by relevance
170 #define TIPC_MIN_LINK_TOL 50 macro174 #if (TIPC_MIN_LINK_TOL < 16)
172 #define TIPC_MIN_LINK_TOL 50 macro176 #if (TIPC_MIN_LINK_TOL < 16)
2215 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()2263 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()2572 if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) in tipc_nl_parse_link_prop()