Searched refs:TIPC_NLA_LINK (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | tipc_netlink.h | 70 TIPC_NLA_LINK, /* nest */ enumerator
|
/linux-4.1.27/net/tipc/ |
D | netlink.c | 51 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
|
D | netlink_compat.c | 460 nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], NULL); in tipc_nl_compat_link_stat_dump() 569 nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], NULL); in tipc_nl_compat_link_dump() 588 link = nla_nest_start(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_set() 624 link = nla_nest_start(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
|
D | link.c | 1882 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_link_set() 1886 info->attrs[TIPC_NLA_LINK], in tipc_nl_link_set() 2026 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link() 2234 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_link_reset_stats() 2238 info->attrs[TIPC_NLA_LINK], in tipc_nl_link_reset_stats()
|
D | bcast.c | 794 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
|