Home
last modified time | relevance | path

Searched refs:TIPC_NLA_LINK (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/net/tipc/
Dnetlink_compat.c551 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump()
555 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_stat_dump()
688 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump()
692 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_dump()
784 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
847 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
Dnode.c2372 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link()
2376 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link()
2450 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link()
2454 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link()
2516 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats()
2520 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats()
2622 if (attrs && attrs[TIPC_NLA_LINK]) { in tipc_nl_node_dump_link()
2625 attrs[TIPC_NLA_LINK], in tipc_nl_node_dump_link()
Dnetlink.c52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
Dlink.c2646 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link()
2774 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
/Linux-v5.10/include/uapi/linux/
Dtipc_netlink.h80 TIPC_NLA_LINK, /* nest */ enumerator