Searched defs:mptcp_pm_data (Results 1 – 1 of 1) sorted by relevance
214 struct mptcp_pm_data { struct215 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;[all …]