Searched refs:TIPC_NLA_NET_NODEID (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/tipc/
H A Dnet.c183 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID, *w0, 0))
266 if (attrs[TIPC_NLA_NET_NODEID]) {
273 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]);
H A Dnetlink.c84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 },
H A Dnode.c2260 /* attrs[TIPC_NLA_NET_NODEID] and attrs[TIPC_NLA_NET_ADDR] are
2269 if (attrs[TIPC_NLA_NET_NODEID]) {
2272 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]);
/linux-master/include/uapi/linux/
H A Dtipc_netlink.h180 TIPC_NLA_NET_NODEID, /* u64 */ enumerator in enum:__anon5386

Completed in 228 milliseconds