Lines Matching defs:tipc_link
137 struct tipc_link { struct
138 u32 addr;
139 char name[TIPC_MAX_LINK_NAME];
140 struct net *net;
143 u16 peer_session;
144 u16 session;
145 u16 snd_nxt_state;
146 u16 rcv_nxt_state;
147 u32 peer_bearer_id;
148 u32 bearer_id;
149 u32 tolerance;
150 u32 abort_limit;
151 u32 state;
152 u16 peer_caps;
153 bool in_session;
154 bool active;
155 u32 silent_intv_cnt;
156 char if_name[TIPC_MAX_IF_NAME];
157 u32 priority;
158 char net_plane;
159 struct tipc_mon_state mon_state;
160 u16 rst_cnt;
163 u16 drop_point;
164 struct sk_buff *failover_reasm_skb;
165 struct sk_buff_head failover_deferdq;
168 u16 mtu;
169 u16 advertised_mtu;
172 struct sk_buff_head transmq;
173 struct sk_buff_head backlogq;
174 struct {
178 } backlog[5];
179 u16 snd_nxt;
182 u16 rcv_nxt;
206 struct tipc_link *bc_rcvlink; argument
207 struct tipc_link *bc_sndlink; argument
208 u8 nack_state;
209 bool bc_peer_is_up;
212 struct tipc_stats stats;