Searched refs:TIPC_NLA_UDP_MAX (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtipc_netlink.h111 TIPC_NLA_UDP_MAX = __TIPC_NLA_UDP_MAX - 1 enumerator in enum:__anon5381
/linux-master/net/tipc/
H A Dudp_media.c627 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1];
630 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attr, tipc_nl_udp_policy, NULL))
670 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1];
684 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attrs[TIPC_NLA_BEARER_UDP_OPTS], tipc_nl_udp_policy, NULL))
H A Dnetlink.c140 const struct nla_policy tipc_nl_udp_policy[TIPC_NLA_UDP_MAX + 1] = {

Completed in 147 milliseconds