Searched defs:mptcp_sock (Results 1 – 2 of 2) sorted by relevance
273 struct mptcp_sock { struct275 struct inet_connection_sock sk;276 u64 local_key; /* protected by the first subflow socket lock279 u64 remote_key; /* same as above */280 u64 write_seq;281 u64 bytes_sent;282 u64 snd_nxt;283 u64 bytes_received;284 u64 ack_seq;285 atomic64_t rcv_wnd_sent;[all …]
346 struct mptcp_sock { }; struct