Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h266 struct mptcp_sock { struct
268 struct inet_connection_sock sk;
269 u64 local_key; /* protected by the first subflow socket lock
272 u64 remote_key; /* same as above */
273 u64 write_seq;
274 u64 bytes_sent;
275 u64 snd_nxt;
276 u64 bytes_received;
277 u64 ack_seq;
278 atomic64_t rcv_wnd_sent;
[all …]
/linux/include/net/
H A Dmptcp.h331 struct mptcp_sock { }; struct