Go to the documentation of this file.
48 #define INVALID_NODE_SIG 0x10000
51 #define WAIT_PEER_DOWN 0x0001
52 #define WAIT_NAMES_GONE 0x0002
53 #define WAIT_NODE_DOWN 0x0004
123 static inline void tipc_node_lock(
struct tipc_node *n_ptr)
125 spin_lock_bh(&n_ptr->
lock);
128 static inline void tipc_node_unlock(
struct tipc_node *n_ptr)
130 spin_unlock_bh(&n_ptr->
lock);