Lines Matching defs:mptcp_pm_data
187 struct mptcp_pm_data { struct
188 struct mptcp_addr_info local;
189 struct mptcp_addr_info remote;
190 struct list_head anno_list;
192 spinlock_t lock; /*protects the whole PM data */
194 u8 addr_signal;
195 bool server_side;
196 bool work_pending;
197 bool accept_addr;
198 bool accept_subflow;
199 bool remote_deny_join_id0;
200 u8 add_addr_signaled;
201 u8 add_addr_accepted;
202 u8 local_addr_used;
203 u8 subflows;
204 u8 status;
205 struct mptcp_rm_list rm_list_tx;
206 struct mptcp_rm_list rm_list_rx;