Lines Matching defs:mptcp_pm_data
206 struct mptcp_pm_data { struct
207 struct mptcp_addr_info local;
208 struct mptcp_addr_info remote;
209 struct list_head anno_list;
210 struct list_head userspace_pm_local_addr_list;
212 spinlock_t lock; /*protects the whole PM data */
214 u8 addr_signal;
215 bool server_side;
216 bool work_pending;
217 bool accept_addr;
218 bool accept_subflow;
219 bool remote_deny_join_id0;
220 u8 add_addr_signaled;
221 u8 add_addr_accepted;
222 u8 local_addr_used;
223 u8 pm_type;
224 u8 subflows;
225 u8 status;
227 struct mptcp_rm_list rm_list_tx;
228 struct mptcp_rm_list rm_list_rx;