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