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