Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A 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()
H A Dnetlink.c85 [TIPC_NLA_NET_NODEID_W1] = { .type = NLA_U64 },
H A Dnode.c2273 if (!attrs[TIPC_NLA_NET_NODEID_W1]) in tipc_nl_peer_rm()
2276 *w1 = nla_get_u64(attrs[TIPC_NLA_NET_NODEID_W1]); in tipc_nl_peer_rm()
/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h181 TIPC_NLA_NET_NODEID_W1, /* u64 */ enumerator