Searched defs:mptcp_sock (Results 1 – 1 of 1) sorted by relevance
197 struct mptcp_sock { struct199 struct inet_connection_sock sk;200 u64 local_key;201 u64 remote_key;202 u64 write_seq;203 u64 ack_seq;204 u64 rcv_data_fin_seq;205 struct sock *last_snd;206 int snd_burst;207 atomic64_t snd_una;[all …]