Searched defs:mptcp_pm_data (Results 1 – 1 of 1) sorted by relevance
213 struct mptcp_pm_data { struct214 struct mptcp_addr_info local;215 struct mptcp_addr_info remote;216 struct list_head anno_list;217 struct list_head userspace_pm_local_addr_list;219 spinlock_t lock; /*protects the whole PM data */221 u8 addr_signal;222 bool server_side;223 bool work_pending;224 bool accept_addr;[all …]