TIPC_NLA_LINK_PROP
if (!attrs[TIPC_NLA_LINK_PROP])
err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props);
prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP);
prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK_PROP);
[TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED },
if (!link[TIPC_NLA_LINK_PROP])
link[TIPC_NLA_LINK_PROP], NULL,
prop = nla_nest_start_noflag(skb, TIPC_NLA_LINK_PROP);
if (attrs[TIPC_NLA_LINK_PROP]) {
err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props);