protocol.h (3386ee827c6279ac922dd7c24be86019363b6ce1) | protocol.h (877a72e3b66c331cc76410d70255f65ca4e51122) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Multipath TCP 3 * 4 * Copyright (c) 2017 - 2019, Intel Corporation. 5 */ 6 7#ifndef __MPTCP_PROTOCOL_H 8#define __MPTCP_PROTOCOL_H --- 269 unchanged lines hidden (view full) --- 278 u64 bytes_acked; 279 u64 snd_una; 280 u64 wnd_end; 281 unsigned long timer_ival; 282 u32 token; 283 int rmem_released; 284 unsigned long flags; 285 unsigned long cb_flags; | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Multipath TCP 3 * 4 * Copyright (c) 2017 - 2019, Intel Corporation. 5 */ 6 7#ifndef __MPTCP_PROTOCOL_H 8#define __MPTCP_PROTOCOL_H --- 269 unchanged lines hidden (view full) --- 278 u64 bytes_acked; 279 u64 snd_una; 280 u64 wnd_end; 281 unsigned long timer_ival; 282 u32 token; 283 int rmem_released; 284 unsigned long flags; 285 unsigned long cb_flags; |
286 unsigned long push_pending; | |
287 bool recovery; /* closing subflow write queue reinjected */ 288 bool can_ack; 289 bool fully_established; 290 bool rcv_data_fin; 291 bool snd_data_fin_enable; 292 bool rcv_fastclose; 293 bool use_64bit_ack; /* Set when we received a 64-bit DSN */ 294 bool csum_enabled; --- 838 unchanged lines hidden --- | 286 bool recovery; /* closing subflow write queue reinjected */ 287 bool can_ack; 288 bool fully_established; 289 bool rcv_data_fin; 290 bool snd_data_fin_enable; 291 bool rcv_fastclose; 292 bool use_64bit_ack; /* Set when we received a 64-bit DSN */ 293 bool csum_enabled; --- 838 unchanged lines hidden --- |