Lines Matching defs:mptcp_pm_data
161 struct mptcp_pm_data { struct
162 struct mptcp_addr_info local;
163 struct mptcp_addr_info remote;
164 struct list_head anno_list;
166 spinlock_t lock; /*protects the whole PM data */
168 bool add_addr_signal;
169 bool rm_addr_signal;
170 bool server_side;
171 bool work_pending;
172 bool accept_addr;
173 bool accept_subflow;
174 bool add_addr_echo;
175 u8 add_addr_signaled;
176 u8 add_addr_accepted;
177 u8 local_addr_used;
178 u8 subflows;
179 u8 add_addr_signal_max;
180 u8 add_addr_accept_max;
181 u8 local_addr_max;
182 u8 subflows_max;
183 u8 status;
184 u8 rm_id;