Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dbearer.c903 struct nlattr *attrs[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_bearer_get()
909 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_BEARER_MAX, in tipc_nl_bearer_get()
953 struct nlattr *attrs[TIPC_NLA_BEARER_MAX + 1]; in __tipc_nl_bearer_disable()
959 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_BEARER_MAX, in __tipc_nl_bearer_disable()
996 struct nlattr *attrs[TIPC_NLA_BEARER_MAX + 1]; in __tipc_nl_bearer_enable()
1006 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_BEARER_MAX, in __tipc_nl_bearer_enable()
1052 struct nlattr *attrs[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_bearer_add()
1058 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_BEARER_MAX, in tipc_nl_bearer_add()
1094 struct nlattr *attrs[TIPC_NLA_BEARER_MAX + 1]; in __tipc_nl_bearer_set()
1102 err = nla_parse_nested_deprecated(attrs, TIPC_NLA_BEARER_MAX, in __tipc_nl_bearer_set()
[all …]
Dnetlink.c126 const struct nla_policy tipc_nl_bearer_policy[TIPC_NLA_BEARER_MAX + 1] = {
Dudp_media.c470 struct nlattr *battrs[TIPC_NLA_BEARER_MAX + 1]; in tipc_udp_nl_dump_remoteip()
476 err = nla_parse_nested_deprecated(battrs, TIPC_NLA_BEARER_MAX, in tipc_udp_nl_dump_remoteip()
Dnetlink_compat.c411 struct nlattr *bearer[TIPC_NLA_BEARER_MAX + 1]; in tipc_nl_compat_bearer_dump()
417 err = nla_parse_nested_deprecated(bearer, TIPC_NLA_BEARER_MAX, in tipc_nl_compat_bearer_dump()
/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h101 TIPC_NLA_BEARER_MAX = __TIPC_NLA_BEARER_MAX - 1 enumerator