Home
last modified time | relevance | path

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

/linux-6.12.1/net/mptcp/
Dprotocol.h264 struct mptcp_sock { struct
266 struct inet_connection_sock sk;
267 u64 local_key; /* protected by the first subflow socket lock
270 u64 remote_key; /* same as above */
271 u64 write_seq;
272 u64 bytes_sent;
273 u64 snd_nxt;
274 u64 bytes_received;
275 u64 ack_seq;
276 atomic64_t rcv_wnd_sent;
[all …]
/linux-6.12.1/include/net/
Dmptcp.h331 struct mptcp_sock { }; struct