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