Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dtipc_netlink.h140 TIPC_NLA_LINK_STATS, /* nest */ enumerator
/Linux-v5.4/net/tipc/
Dnetlink.c97 [TIPC_NLA_LINK_STATS] = { .type = NLA_NESTED },
Dnetlink_compat.c538 if (!link[TIPC_NLA_LINK_STATS]) in tipc_nl_compat_link_stat_dump()
542 link[TIPC_NLA_LINK_STATS], NULL, in tipc_nl_compat_link_stat_dump()
Dlink.c2416 stats = nla_nest_start_noflag(skb, TIPC_NLA_LINK_STATS); in __tipc_nl_add_stats()
2537 nest = nla_nest_start_noflag(skb, TIPC_NLA_LINK_STATS); in __tipc_nl_add_bc_link_stat()