Searched refs:TIPC_NLA_LINK (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | tipc_netlink.h | 70 TIPC_NLA_LINK, /* nest */ enumerator
|
/linux-4.4.14/net/tipc/ |
D | netlink.c | 51 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
|
D | netlink_compat.c | 464 nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], NULL); in tipc_nl_compat_link_stat_dump() 573 nla_parse_nested(link, TIPC_NLA_LINK_MAX, attrs[TIPC_NLA_LINK], NULL); in tipc_nl_compat_link_dump() 662 link = nla_nest_start(skb, TIPC_NLA_LINK); in __tipc_nl_compat_link_set() 714 link = nla_nest_start(skb, TIPC_NLA_LINK); in tipc_nl_compat_link_reset_stats()
|
D | link.c | 1640 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_link_set() 1644 info->attrs[TIPC_NLA_LINK], in tipc_nl_link_set() 1787 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in __tipc_nl_add_link() 1999 if (!info->attrs[TIPC_NLA_LINK]) in tipc_nl_link_reset_stats() 2003 info->attrs[TIPC_NLA_LINK], in tipc_nl_link_reset_stats()
|
D | bcast.c | 407 attrs = nla_nest_start(msg->skb, TIPC_NLA_LINK); in tipc_nl_add_bc_link()
|