Lines Matching defs:mptcp_pm_data
213 struct mptcp_pm_data { struct
214 struct mptcp_addr_info local;
215 struct mptcp_addr_info remote;
216 struct list_head anno_list;
217 struct list_head userspace_pm_local_addr_list;
219 spinlock_t lock; /*protects the whole PM data */
221 u8 addr_signal;
222 bool server_side;
223 bool work_pending;
224 bool accept_addr;
225 bool accept_subflow;
226 bool remote_deny_join_id0;
227 u8 add_addr_signaled;
228 u8 add_addr_accepted;
229 u8 local_addr_used;
230 u8 pm_type;
231 u8 subflows;
232 u8 status;
234 struct mptcp_rm_list rm_list_tx;
235 struct mptcp_rm_list rm_list_rx;