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] = { .type = NLA_U32 },
else if (prop == TIPC_NLA_PROP_MTU)