Searched refs:SACK (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/networking/ |
| A D | snmp_counter.rst | 568 The TCP protocol has two retransmission mechanisms: SACK and fast 569 recovery. They are exclusive with each other. When SACK is enabled, 570 the kernel TCP stack would use SACK, or kernel would use fast 571 recovery. The SACK is a TCP option, which is defined in `RFC2018`_, 626 The reorder packet detected by SACK. The SACK has two methods to 632 receives SACK for packet 4 and the sender doesn't retransmit the 649 A SACK points out that a retransmission packet is lost again. 691 invalid SACK and DSACK 697 SACK option could have up to 4 blocks, they are checked 700 18f02545a9a1 ("[TCP] MIB: Add counters for discarded SACK blocks") [all …]
|
| A D | ip-sysctl.rst | 650 RFC6675 recovery for SACK connections. 742 TCP tries to reduce number of SACK sent, using a timer 750 timer used by SACK compression. This gives extra time 757 Max number of SACK that can be compressed. 758 Using 0 disables SACK compression. 3091 to send a SACK.
|
| A D | timestamping.rst | 140 cumulative acknowledgment. The mechanism ignores SACK and FACK. 361 account SACK would be more complex due to possible transmission holes
|
| /linux/include/linux/usb/ |
| A D | r8a66597.h | 323 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */ macro
|
| /linux/drivers/usb/renesas_usbhs/ |
| A D | common.h | 187 #define SACK (1 << 4) /* Setup Transaction ACK Response Interrupt Status */ macro
|
| A D | mod.c | 297 if (irq_state.intsts1 & SACK) in usbhs_interrupt()
|
| /linux/drivers/usb/host/ |
| A D | r8a66597-hcd.c | 1073 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in prepare_setup_packet() 1664 if (mask1 & SACK) { in r8a66597_irq() 1665 r8a66597_write(r8a66597, ~SACK, INTSTS1); in r8a66597_irq()
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| A D | cxgb.rst | 129 Disabling SACK::
|
Completed in 35 milliseconds