Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h141 TIPC_NLA_LINK_ACTIVE, /* flag */ enumerator
/openbmc/linux/net/tipc/
H A Dnetlink.c96 [TIPC_NLA_LINK_ACTIVE] = { .type = NLA_FLAG },
H A Dnetlink_compat.c598 if (link[TIPC_NLA_LINK_ACTIVE]) in tipc_nl_compat_link_stat_dump()
H A Dlink.c2725 if (nla_put_flag(msg->skb, TIPC_NLA_LINK_ACTIVE)) in __tipc_nl_add_link()