Searched refs:TIPC_NLA_LINK (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/net/tipc/ |
D | netlink_compat.c | 554 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump() 558 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_stat_dump() 691 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump() 695 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_dump() 787 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set() 850 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
|
D | netlink.c | 52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
|
D | node.c | 2427 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link() 2431 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link() 2505 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link() 2509 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link() 2571 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats() 2575 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats() 2677 if (attrs && attrs[TIPC_NLA_LINK]) { in tipc_nl_node_dump_link() 2680 attrs[TIPC_NLA_LINK], in tipc_nl_node_dump_link()
|
D | link.c | 2703 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link() 2831 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
|
/Linux-v6.1/include/uapi/linux/ |
D | tipc_netlink.h | 80 TIPC_NLA_LINK, /* nest */ enumerator
|