Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/mptcp/
Dprotocol.h260 struct mptcp_sock { struct
262 struct inet_connection_sock sk;
263 u64 local_key;
264 u64 remote_key;
265 u64 write_seq;
266 u64 bytes_sent;
267 u64 snd_nxt;
268 u64 bytes_received;
269 u64 ack_seq;
270 atomic64_t rcv_wnd_sent;
[all …]
/kernel/linux/linux-5.10/net/mptcp/
Dprotocol.h197 struct mptcp_sock { struct
199 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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h233 struct mptcp_sock { struct
234 struct inet_connection_sock sk;
236 __u32 token;
237 struct sock *first;
238 char ca_name[TCP_CA_NAME_MAX];
/kernel/linux/linux-6.6/include/net/
Dmptcp.h324 struct mptcp_sock { }; struct