Home
last modified time | relevance | path

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

/Linux-v6.6/net/mptcp/
Dprotocol.h257 struct mptcp_sock { struct
259 struct inet_connection_sock sk;
260 u64 local_key;
261 u64 remote_key;
262 u64 write_seq;
263 u64 bytes_sent;
264 u64 snd_nxt;
265 u64 bytes_received;
266 u64 ack_seq;
267 atomic64_t rcv_wnd_sent;
[all …]
/Linux-v6.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];
/Linux-v6.6/include/net/
Dmptcp.h324 struct mptcp_sock { }; struct