Searched defs:mptcp_pm_data (Results 1 – 1 of 1) sorted by relevance
206 struct mptcp_pm_data { struct207 struct mptcp_addr_info local;208 struct mptcp_addr_info remote;209 struct list_head anno_list;210 struct list_head userspace_pm_local_addr_list;212 spinlock_t lock; /*protects the whole PM data */214 u8 addr_signal;215 bool server_side;216 bool work_pending;217 bool accept_addr;[all …]