Home
last modified time | relevance | path

Searched defs:mptcp_pm_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/mptcp/
Dprotocol.h214 struct mptcp_pm_data { struct
215 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 …]