Lines Matching defs:tolerance
89 * @tolerance: minimum link continuity loss needed to reset link [in ms]
149 u32 tolerance;
248 int tolerance, int priority,
340 return l->tolerance;
457 * @tolerance: link tolerance to be used by link
477 int tolerance, char net_plane, u32 mtu, int priority,
513 l->tolerance = tolerance;
515 bc_rcvlink->tolerance = tolerance;
1208 msecs_to_jiffies(r->tolerance * 10)))
1834 int tolerance, int priority,
1873 msg_set_link_tolerance(hdr, tolerance);
2230 /* Update own tolerance if peer indicates a non-zero value */
2232 l->tolerance = peers_tol;
2233 l->bc_rcvlink->tolerance = peers_tol;
2278 /* Update own tolerance if peer indicates a non-zero value */
2280 l->tolerance = peers_tol;
2281 l->bc_rcvlink->tolerance = peers_tol;
2710 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance))
2865 l->tolerance = tol;
2867 l->bc_rcvlink->tolerance = tol;