Lines Matching refs:tolerance
92 * @tolerance: minimum link continuity loss needed to reset link [in ms]
164 u32 tolerance;
270 int tolerance, int priority,
362 return l->tolerance;
479 * @tolerance: link tolerance to be used by link
499 int tolerance, char net_plane, u32 mtu, int priority,
537 l->tolerance = tolerance;
539 bc_rcvlink->tolerance = tolerance;
1232 msecs_to_jiffies(r->tolerance * 10)))
1858 int tolerance, int priority,
1897 msg_set_link_tolerance(hdr, tolerance);
2253 /* Update own tolerance if peer indicates a non-zero value */
2255 l->tolerance = peers_tol;
2256 l->bc_rcvlink->tolerance = peers_tol;
2301 /* Update own tolerance if peer indicates a non-zero value */
2303 l->tolerance = peers_tol;
2304 l->bc_rcvlink->tolerance = peers_tol;
2733 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance))
2888 l->tolerance = tol;
2890 l->bc_rcvlink->tolerance = tol;