Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtipc_netlink.h208 TIPC_NLA_PROP_MAX = __TIPC_NLA_PROP_MAX - 1 enumerator
/linux-4.1.27/net/tipc/
Dbearer.c787 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bearer_enable()
838 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bearer_set()
1006 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_media_set()
Dnetlink_compat.c457 struct nlattr *prop[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_compat_link_stat_dump()
462 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] = {
1839 err = nla_parse_nested(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop()
1909 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_link_set()