Lines Matching +full:retain +full:- +full:state +full:- +full:shutdown
1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
5 * Copyright (c) 2003-2006, 2015-2016 Ericsson AB
6 * Copyright (c) 2005, 2010-2011, Wind River Systems
12 * 1. Redistributions of source code must retain the above copyright
65 * Application-accessible service types
68 #define TIPC_NODE_STATE 0 /* node state service type */
70 #define TIPC_LINK_STATE 2 /* link state service type */
71 #define TIPC_RESERVED_TYPES 64 /* lowest user-allowed service type */
97 * Msg rejection/connection shutdown reasons
180 * TIPC-specific socket option names
210 * Maximum sizes of TIPC bearer-related names (including terminating NULL)
214 * link: node:interface-node:interface
254 return sizeof(*key) + key->keylen; in tipc_aead_key_size()
277 #define TIPC_NODE_SIZE ((1UL << TIPC_NODE_BITS) - 1)
278 #define TIPC_CLUSTER_SIZE ((1UL << TIPC_CLUSTER_BITS) - 1)
279 #define TIPC_ZONE_SIZE ((1UL << TIPC_ZONE_BITS) - 1)