Searched refs:TIPC_NLA_LINK_PROP (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | bcast.c | 424 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in tipc_nl_add_bc_link() 488 if (!attrs[TIPC_NLA_LINK_PROP]) in tipc_nl_bc_link_set() 491 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], props); in tipc_nl_bc_link_set()
|
D | link.c | 65 [TIPC_NLA_LINK_PROP] = { .type = NLA_NESTED }, 1669 if (attrs[TIPC_NLA_LINK_PROP]) { in tipc_nl_link_set() 1672 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_LINK_PROP], in tipc_nl_link_set() 1810 prop = nla_nest_start(msg->skb, TIPC_NLA_LINK_PROP); in __tipc_nl_add_link()
|
D | netlink_compat.c | 466 nla_parse_nested(prop, TIPC_NLA_PROP_MAX, link[TIPC_NLA_LINK_PROP], in tipc_nl_compat_link_stat_dump() 669 prop = nla_nest_start(skb, TIPC_NLA_LINK_PROP); in __tipc_nl_compat_link_set()
|
/linux-4.4.14/include/uapi/linux/ |
D | tipc_netlink.h | 121 TIPC_NLA_LINK_PROP, /* nest */ enumerator
|