Lines Matching refs:tolerance
92 * @tolerance: minimum link continuity loss needed to reset link [in ms]
136 u32 tolerance;
242 int tolerance, int priority,
334 return l->tolerance;
451 * @tolerance: link tolerance to be used by link
470 int tolerance, char net_plane, u32 mtu, int priority,
508 l->tolerance = tolerance;
510 bc_rcvlink->tolerance = tolerance;
1197 msecs_to_jiffies(r->tolerance * 10)))
1822 int tolerance, int priority,
1861 msg_set_link_tolerance(hdr, tolerance);
2217 /* Update own tolerance if peer indicates a non-zero value */
2219 l->tolerance = peers_tol;
2220 l->bc_rcvlink->tolerance = peers_tol;
2265 /* Update own tolerance if peer indicates a non-zero value */
2267 l->tolerance = peers_tol;
2268 l->bc_rcvlink->tolerance = peers_tol;
2697 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance))
2852 l->tolerance = tol;
2854 l->bc_rcvlink->tolerance = tol;