Lines Matching defs:tipc_node
102 struct tipc_node { struct
103 u32 addr;
104 struct kref kref;
105 rwlock_t lock;
106 struct net *net;
107 struct hlist_node hash;
108 int active_links[2];
109 struct tipc_link_entry links[MAX_BEARERS];
110 struct tipc_bclink_entry bc_entry;
111 int action_flags;
112 struct list_head list;
113 int state;
114 bool failover_sent;
115 u16 sync_point;
116 int link_cnt;
117 u16 working_links;
118 u16 capabilities;
119 u32 signature;
120 u32 link_id;
121 u8 peer_id[16];
122 struct list_head publ_list;
123 struct list_head conn_sks;
124 unsigned long keepalive_intv;
125 struct timer_list timer;
126 struct rcu_head rcu;
127 unsigned long delete_at;