Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h137 TIPC_NLA_LINK_DEST, /* u32 */ enumerator
/openbmc/linux/net/tipc/
H A Dnetlink_compat.c696 link_info.dest = htonl(nla_get_flag(link[TIPC_NLA_LINK_DEST])); in tipc_nl_compat_link_dump()
H A Dlink.c2712 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST, tipc_cluster_mask(self))) in __tipc_nl_add_link()