Home
last modified time | relevance | path

Searched refs:SACK (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst570 The TCP protocol has two retransmission mechanisms: SACK and fast
571 recovery. They are exclusive with each other. When SACK is enabled,
572 the kernel TCP stack would use SACK, or kernel would use fast
573 recovery. The SACK is a TCP option, which is defined in `RFC2018`_,
628 The reorder packet detected by SACK. The SACK has two methods to
634 receives SACK for packet 4 and the sender doesn't retransmit the
651 A SACK points out that a retransmission packet is lost again.
693 invalid SACK and DSACK
699 SACK option could have up to 4 blocks, they are checked
702 `Add counters for discarded SACK blocks`_ patch has additional
[all …]
H A Dip-sysctl.rst636 RFC6675 recovery for SACK connections.
728 TCP tries to reduce number of SACK sent, using a timer
736 timer used by SACK compression. This gives extra time
743 Max number of SACK that can be compressed.
744 Using 0 disables SACK compression.
3003 to send a SACK.
H A Dtimestamping.rst140 cumulative acknowledgment. The mechanism ignores SACK and FACK.
343 account SACK would be more complex due to possible transmission holes
/openbmc/linux/include/linux/usb/
H A Dr8a66597.h323 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */ macro
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h187 #define SACK (1 << 4) /* Setup Transaction ACK Response Interrupt Status */ macro
H A Dmod.c297 if (irq_state.intsts1 & SACK) in usbhs_interrupt()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c304 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in send_setup_packet()
326 if (intsts1 & SACK) in send_setup_packet()
H A Dr8a66597.h308 #define SACK 0x0010 /* b4: Setup acknowledge interrupt */ macro
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c1073 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()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst129 Disabling SACK::