Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dnet.c183 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID, *w0, 0)) in __tipc_nl_add_net()
266 if (attrs[TIPC_NLA_NET_NODEID]) { in __tipc_nl_net_set()
273 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]); in __tipc_nl_net_set()
Dnetlink.c84 [TIPC_NLA_NET_NODEID] = { .type = NLA_U64 },
Dnode.c2271 if (attrs[TIPC_NLA_NET_NODEID]) { in tipc_nl_peer_rm()
2274 *w0 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID]); in tipc_nl_peer_rm()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h180 TIPC_NLA_NET_NODEID, /* u64 */ enumerator