Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dnet.c185 if (nla_put_u64_64bit(msg->skb, TIPC_NLA_NET_NODEID_W1, *w1, 0)) in __tipc_nl_add_net()
271 if (!attrs[TIPC_NLA_NET_NODEID_W1]) in __tipc_nl_net_set()
274 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in __tipc_nl_net_set()
Dnetlink.c85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
Dnode.c2272 if (!attrs[TIPC_NLA_NET_NODEID_W1]) in tipc_nl_peer_rm()
2275 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in tipc_nl_peer_rm()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h181 TIPC_NLA_NET_NODEID_W1, /* u64 */ enumerator