Searched refs:TIPC_NLA_NET_ID (Results 1 – 4 of 4) sorted by relevance
181 if (nla_put_u32(msg->skb, TIPC_NLA_NET_ID, tn->net_id)) in __tipc_nl_add_net()246 if (attrs[TIPC_NLA_NET_ID]) { in __tipc_nl_net_set()249 val = nla_get_u32(attrs[TIPC_NLA_NET_ID]); in __tipc_nl_net_set()
82 [TIPC_NLA_NET_ID] = { .type = NLA_U32 },
1150 if (nla_put_u32(skb, TIPC_NLA_NET_ID, val)) in tipc_nl_compat_net_set()1173 id = htonl(nla_get_u32(net[TIPC_NLA_NET_ID])); in tipc_nl_compat_net_dump()
178 TIPC_NLA_NET_ID, /* u32 */ enumerator
Completed in 8 milliseconds