Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.h161 struct mptcp_pm_data { struct
162 struct mptcp_addr_info local;
163 struct mptcp_addr_info remote;
164 struct list_head anno_list;
166 spinlock_t lock; /*protects the whole PM data */
168 bool add_addr_signal;
169 bool rm_addr_signal;
170 bool server_side;
171 bool work_pending;
172 bool accept_addr;
[all …]
/kernel/linux/linux-6.6/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 …]