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

/linux-master/net/tipc/
H A Dlink.c2190 u16 peers_tol = msg_link_tolerance(hdr); local
2239 if (tipc_in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) {
2240 l->tolerance = peers_tol;
2241 l->bc_rcvlink->tolerance = peers_tol;
2287 if (tipc_in_range(peers_tol, TIPC_MIN_LINK_TOL, TIPC_MAX_LINK_TOL)) {
2288 l->tolerance = peers_tol;
2289 l->bc_rcvlink->tolerance = peers_tol;

Completed in 277 milliseconds