Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtipc_netlink.h208 TIPC_NLA_PROP_MAX = __TIPC_NLA_PROP_MAX - 1 enumerator
/linux-4.4.14/net/tipc/
Dbearer.c833 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bearer_enable()
884 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bearer_set()
1052 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_media_set()
Dbcast.c486 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bc_link_set()
Dnetlink_compat.c461 struct nlattr *prop[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_compat_link_stat_dump()
466 nla_parse_nested(prop, TIPC_NLA_PROP_MAX, link[TIPC_NLA_LINK_PROP], in tipc_nl_compat_link_stat_dump()
Dlink.c72 static const struct nla_policy tipc_nl_prop_policy[TIPC_NLA_PROP_MAX + 1] = {
1597 err = nla_parse_nested(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop()
1670 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_link_set()