Searched refs:TIPC_NLA_UDP_MAX (Results 1 – 3 of 3) sorted by relevance
630 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1]; in tipc_udp_nl_bearer_add()633 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attr, tipc_nl_udp_policy, NULL)) in tipc_udp_nl_bearer_add()673 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1]; in tipc_udp_enable()687 …if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attrs[TIPC_NLA_BEARER_UDP_OPTS], tipc_nl_u… in tipc_udp_enable()
140 const struct nla_policy tipc_nl_udp_policy[TIPC_NLA_UDP_MAX + 1] = {
111 TIPC_NLA_UDP_MAX = __TIPC_NLA_UDP_MAX - 1 enumerator