Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h286 TIPC_NLA_PROP_MAX = __TIPC_NLA_PROP_MAX - 1 enumerator
/Linux-v4.19/net/tipc/
Dnetlink.c109 const struct nla_policy tipc_nl_prop_policy[TIPC_NLA_PROP_MAX + 1] = {
Dbearer.c886 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in __tipc_nl_bearer_enable()
980 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in __tipc_nl_bearer_set()
1169 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in __tipc_nl_media_set()
Dbcast.c492 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bc_link_set()
Dnetlink_compat.c478 struct nlattr *prop[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_compat_link_stat_dump()
493 err = nla_parse_nested(prop, TIPC_NLA_PROP_MAX, in tipc_nl_compat_link_stat_dump()
Dlink.c1950 err = nla_parse_nested(props, TIPC_NLA_PROP_MAX, prop, in tipc_nl_parse_link_prop()
Dnode.c2017 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_node_set_link()