Searched refs:TIPC_NLA_NET_ID (Results 1 – 3 of 3) sorted by relevance
46 [TIPC_NLA_NET_ID] = { .type = NLA_U32 }166 if (nla_put_u32(msg->skb, TIPC_NLA_NET_ID, tn->net_id)) in __tipc_nl_add_net()223 if (attrs[TIPC_NLA_NET_ID]) { in tipc_nl_net_set()230 val = nla_get_u32(attrs[TIPC_NLA_NET_ID]); in tipc_nl_net_set()
870 if (nla_put_u32(skb, TIPC_NLA_NET_ID, val)) in tipc_nl_compat_net_set()885 id = htonl(nla_get_u32(net[TIPC_NLA_NET_ID])); in tipc_nl_compat_net_dump()
153 TIPC_NLA_NET_ID, /* u32 */ enumerator