Searched refs:peers_tol (Results 1 – 1 of 1) sorted by relevance
1554 u16 peers_tol = msg_link_tolerance(hdr); in tipc_link_proto_rcv() local1589 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()1590 l->tolerance = peers_tol; in tipc_link_proto_rcv()1591 l->bc_rcvlink->tolerance = peers_tol; in tipc_link_proto_rcv()1618 if (in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()1619 l->tolerance = peers_tol; in tipc_link_proto_rcv()1620 l->bc_rcvlink->tolerance = peers_tol; in tipc_link_proto_rcv()