Lines Matching defs:tipc_link
152 struct tipc_link { struct
153 u32 addr;
154 char name[TIPC_MAX_LINK_NAME];
155 struct net *net;
158 u16 peer_session;
159 u16 session;
160 u16 snd_nxt_state;
161 u16 rcv_nxt_state;
162 u32 peer_bearer_id;
163 u32 bearer_id;
164 u32 tolerance;
165 u32 abort_limit;
166 u32 state;
167 u16 peer_caps;
168 bool in_session;
169 bool active;
170 u32 silent_intv_cnt;
171 char if_name[TIPC_MAX_IF_NAME];
172 u32 priority;
173 char net_plane;
174 struct tipc_mon_state mon_state;
175 u16 rst_cnt;
178 u16 drop_point;
179 struct sk_buff *failover_reasm_skb;
180 struct sk_buff_head failover_deferdq;
183 u16 mtu;
184 u16 advertised_mtu;
187 struct sk_buff_head transmq;
188 struct sk_buff_head backlogq;
189 struct {
193 } backlog[5];
194 u16 snd_nxt;
197 u16 rcv_nxt;
221 struct tipc_link *bc_rcvlink; argument
222 struct tipc_link *bc_sndlink; argument
223 u8 nack_state;
224 bool bc_peer_is_up;
227 struct tipc_stats stats;