Searched defs:mptcp_sock (Results 1 – 2 of 2) sorted by relevance
266 struct mptcp_sock { struct268 struct inet_connection_sock sk;269 u64 local_key; /* protected by the first subflow socket lock272 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 …]
331 struct mptcp_sock { }; struct