TIPC_NLA_PROP_MTU
if (props[TIPC_NLA_PROP_MTU]) {
if (nla_get_u32(props[TIPC_NLA_PROP_MTU]) <
b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);
tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU);
if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu))
if (props[TIPC_NLA_PROP_MTU]) {
(props[TIPC_NLA_PROP_MTU]))) {
m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]);
if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu))
[TIPC_NLA_PROP_MTU] = NLA_POLICY_FULL_RANGE(NLA_U32, &tipc_nl_mtu_range),
else if (prop == TIPC_NLA_PROP_MTU)