Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dlink.c2205 u16 peers_tol = msg_link_tolerance(hdr); in tipc_link_proto_rcv() local
2254 if (tipc_in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) { in tipc_link_proto_rcv()
2255 l->tolerance = peers_tol; in tipc_link_proto_rcv()
2256 l->bc_rcvlink->tolerance = peers_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()
2303 l->tolerance = peers_tol; in tipc_link_proto_rcv()
2304 l->bc_rcvlink->tolerance = peers_tol; in tipc_link_proto_rcv()