TIPC_NLA_MEDIA_NAME
if (nla_put_string(msg->skb, TIPC_NLA_MEDIA_NAME, media->name))
if (!attrs[TIPC_NLA_MEDIA_NAME])
name = nla_data(attrs[TIPC_NLA_MEDIA_NAME]);
if (!attrs[TIPC_NLA_MEDIA_NAME])
name = nla_data(attrs[TIPC_NLA_MEDIA_NAME]);
[TIPC_NLA_MEDIA_NAME] = { .type = NLA_STRING },
nla_data(media[TIPC_NLA_MEDIA_NAME]),
nla_len(media[TIPC_NLA_MEDIA_NAME]));
if (nla_put_string(skb, TIPC_NLA_MEDIA_NAME, lc->name))