Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dnetlink_compat.c482 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_stat_dump()
485 err = nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], in tipc_nl_compat_link_stat_dump()
608 if (!attrs[TIPC_NLA_LINK]) in tipc_nl_compat_link_dump()
611 err = nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], in tipc_nl_compat_link_dump()
704 link = nla_nest_start(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set()
756 link = nla_nest_start(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
Dnetlink.c52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
Dnode.c1987 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_set_link()
1991 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_set_link()
2063 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_get_link()
2067 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_get_link()
2128 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_node_reset_link_stats()
2132 info->attrs[TIPC_NLA_LINK], in tipc_nl_node_reset_link_stats()
Dlink.c2062 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link()
2189 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h77 TIPC_NLA_LINK, /* nest */ enumerator