Searched refs:TIPC_NLA_LINK (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | netlink_compat.c | 521 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump() 525 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_stat_dump() 658 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump() 662 attrs[TIPC_NLA_LINK], NULL, NULL); in tipc_nl_compat_link_dump() 754 link = nla_nest_start_noflag(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set() 817 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 | 2092 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link() 2096 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link() 2168 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link() 2172 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link() 2233 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats() 2237 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats()
|
| D | link.c | 2448 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link() 2577 attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | tipc_netlink.h | 77 TIPC_NLA_LINK, /* nest */ enumerator
|