Home
last modified time | relevance | path

Searched refs:TIPC_NLA_LINK_PROP (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/tipc/
Dbcast.c424 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()
Dlink.c65 [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()
Dnetlink_compat.c466 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/
Dtipc_netlink.h121 TIPC_NLA_LINK_PROP, /* nest */ enumerator