Searched defs:mptcp_sock (Results 1 – 14 of 14) sorted by relevance
233 struct mptcp_sock { struct234 struct inet_connection_sock sk;236 __u32 token;237 struct sock *first;238 char ca_name[TCP_CA_NAME_MAX];
37336 struct mptcp_sock { struct37337 struct inet_connection_sock sk;37338 u64 local_key;37339 u64 remote_key;37340 u64 write_seq;37341 u64 bytes_sent;37342 u64 snd_nxt;37343 u64 bytes_received;37344 u64 ack_seq;37345 atomic64_t rcv_wnd_sent;[all …]
133509 struct mptcp_sock { struct133510 struct inet_connection_sock sk;133511 u64 local_key;133512 u64 remote_key;133513 u64 write_seq;133514 u64 snd_nxt;133515 u64 ack_seq;133516 atomic64_t rcv_wnd_sent;133517 u64 rcv_data_fin_seq;133518 int rmem_fwd_alloc;[all …]
145491 struct mptcp_sock { struct145492 struct inet_connection_sock sk;145493 u64 local_key;145494 u64 remote_key;145495 u64 write_seq;145496 u64 snd_nxt;145497 u64 ack_seq;145498 atomic64_t rcv_wnd_sent;145499 u64 rcv_data_fin_seq;145500 int rmem_fwd_alloc;[all …]
65506 struct mptcp_sock { struct65507 struct inet_connection_sock sk;65508 u64 local_key;65509 u64 remote_key;65510 u64 write_seq;65511 u64 snd_nxt;65512 u64 ack_seq;65513 atomic64_t rcv_wnd_sent;65514 u64 rcv_data_fin_seq;65515 int rmem_fwd_alloc;[all …]
48297 struct mptcp_sock {}; struct
85662 struct mptcp_sock {}; struct
125728 struct mptcp_sock {}; struct
133363 struct mptcp_sock {}; struct