Home
last modified time | relevance | path

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

/Linux-v6.6/net/tipc/
Dnetlink_compat.c550 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump()
554 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_stat_dump()
687 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump()
691 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_dump()
783 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
846 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
Dnetlink.c52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
Dnode.c2431 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link()
2435 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link()
2509 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link()
2513 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link()
2575 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats()
2579 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats()
2681 if (attrs && attrs[TIPC_NLA_LINK]) { in tipc_nl_node_dump_link()
2684 attrs[TIPC_NLA_LINK], in tipc_nl_node_dump_link()
Dlink.c2706 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link()
2834 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
/Linux-v6.6/include/uapi/linux/
Dtipc_netlink.h80 TIPC_NLA_LINK, /* nest */ enumerator