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