Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dnetlink_compat.c548 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump()
552 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_stat_dump()
685 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump()
689 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_dump()
781 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
844 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
H A Dnode.c2430 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link()
2434 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link()
2508 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link()
2512 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link()
2574 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats()
2578 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats()
2680 if (attrs && attrs[TIPC_NLA_LINK]) { in tipc_nl_node_dump_link()
2683 attrs[TIPC_NLA_LINK], in tipc_nl_node_dump_link()
H A Dnetlink.c52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
H A Dlink.c2683 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link()
2811 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
/linux/include/uapi/linux/
H A Dtipc_netlink.h80 TIPC_NLA_LINK, /* nest */ enumerator