Home
last modified time | relevance | path

Searched refs:TIPC_NLA_NET_NODEID (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/tipc/
Dnet.c196 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID, *w0, 0)) in __tipc_nl_add_net()
279 if (attrs[TIPC_NLA_NET_NODEID]) { in __tipc_nl_net_set()
286 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]); in __tipc_nl_net_set()
Dnetlink.c84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 },
/Linux-v5.4/include/uapi/linux/
Dtipc_netlink.h173 TIPC_NLA_NET_NODEID, /* u64 */ enumerator