Searched refs:TIPC_NLA_NET_ID (Results 1 – 4 of 4) sorted by relevance
194 if (nla_put_u32(msg->skb, TIPC_NLA_NET_ID, tn->net_id)) in __tipc_nl_add_net()259 if (attrs[TIPC_NLA_NET_ID]) { in __tipc_nl_net_set()262 val = nla_get_u32(attrs[TIPC_NLA_NET_ID]); in __tipc_nl_net_set()
82 [TIPC_NLA_NET_ID] = { .type = NLA_U32 },
1121 if (nla_put_u32(skb, TIPC_NLA_NET_ID, val)) in tipc_nl_compat_net_set()1144 id = htonl(nla_get_u32(net[TIPC_NLA_NET_ID])); in tipc_nl_compat_net_dump()
171 TIPC_NLA_NET_ID, /* u32 */ enumerator