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