Searched defs:mptcp_pm_data (Results 1 – 1 of 1) sorted by relevance
216 struct mptcp_pm_data { struct217 struct mptcp_addr_info local;218 struct mptcp_addr_info remote;219 struct list_head anno_list;220 struct list_head userspace_pm_local_addr_list;222 spinlock_t lock; /*protects the whole PM data */224 u8 addr_signal;225 bool server_side;226 bool work_pending;227 bool accept_addr;[all …]