Searched refs:peers_tol (Results 1 – 1 of 1) sorted by relevance
2156 u16 peers_tol = msg_link_tolerance(hdr); in tipc_link_proto_rcv() local2196 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()2197 l->tolerance = peers_tol; in tipc_link_proto_rcv()2198 l->bc_rcvlink->tolerance = peers_tol; in tipc_link_proto_rcv()2239 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()2240 l->tolerance = peers_tol; in tipc_link_proto_rcv()2241 l->bc_rcvlink->tolerance = peers_tol; in tipc_link_proto_rcv()