TIPC_NLA_PROP_TOL
if (props[TIPC_NLA_PROP_TOL]) {
b->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
tipc_node_apply_property(net, b, TIPC_NLA_PROP_TOL);
if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, media->tolerance))
if (props[TIPC_NLA_PROP_TOL])
m->tolerance = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, bearer->tolerance))
if (props[TIPC_NLA_PROP_TOL]) {
tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]);
if (nla_put_u32(msg->skb, TIPC_NLA_PROP_TOL, link->tolerance))
[TIPC_NLA_PROP_TOL] = { .type = NLA_U32 },
nla_get_u32(prop[TIPC_NLA_PROP_TOL]),
return nla_put_u32(skb, TIPC_NLA_PROP_TOL, ntohl(lc->value));
if (prop == TIPC_NLA_PROP_TOL)
if (props[TIPC_NLA_PROP_TOL]) {
tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]);