Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h134 TIPC_NLA_LINK_DEST, /* u32 */ enumerator
/Linux-v4.19/net/tipc/
Dnetlink_compat.c616 link_info.dest = nla_get_flag(link[TIPC_NLA_LINK_DEST]); in tipc_nl_compat_link_dump()
Dlink.c2068 if (nla_put_u32(msg->skb, TIPC_NLA_LINK_DEST, tipc_cluster_mask(self))) in __tipc_nl_add_link()