Home
last modified time | relevance | path

Searched refs:TIPC_NLA_NODE_MAX (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtipc_netlink.h165 TIPC_NLA_NODE_MAX = __TIPC_NLA_NODE_MAX - 1 enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtipc_netlink.h165 TIPC_NLA_NODE_MAX = __TIPC_NLA_NODE_MAX - 1 enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc_netlink.h172 TIPC_NLA_NODE_MAX = __TIPC_NLA_NODE_MAX - 1 enumerator
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnetlink.c103 const struct nla_policy tipc_nl_node_policy[TIPC_NLA_NODE_MAX + 1] = {
H A Dnetlink_compat.c1116 struct nlattr *node[TIPC_NLA_NODE_MAX + 1]; in tipc_nl_compat_node_dump()
1122 err = nla_parse_nested_deprecated(node, TIPC_NLA_NODE_MAX, in tipc_nl_compat_node_dump()
H A Dnode.c2913 struct nlattr *attrs[TIPC_NLA_NODE_MAX + 1]; in __tipc_nl_node_set_key()
2926 rc = nla_parse_nested(attrs, TIPC_NLA_NODE_MAX, in __tipc_nl_node_set_key()