/Linux-v5.10/net/ipv4/ |
D | tcp_recovery.c | 15 /* If reordering has not been observed, be aggressive during in tcp_rack_reo_wnd() 21 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd() 26 /* To be more reordering resilient, allow min_rtt/4 settling delay. in tcp_rack_reo_wnd() 27 * Use min_rtt instead of the smoothed RTT because reordering is in tcp_rack_reo_wnd() 54 * is being more resilient to reordering by simply allowing some 86 * the recent RTT plus the reordering window. in tcp_rack_detect_loss() 149 /* We have waited long enough to accommodate reordering. Mark the expired 175 * due to reordering delay longer than reo_wnd. 222 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
|
D | tcp_input.c | 417 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand() 988 /* It's reordering when higher sequence was delivered (i.e. sacked) before 989 * some lower never-retransmitted sequence ("low_seq"). The maximum reordering 990 * distance is approximated in full-mss packet distance ("reordering"). 1004 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering() 1008 tp->reordering, in tcp_check_sack_reordering() 1013 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering() 1111 * Reordering detection. 1113 * Reordering metric is maximal distance, which a packet can be displaced 1117 * ever retransmitted -> reordering. Alas, we cannot use it [all …]
|
D | tcp_metrics.c | 430 if (val < tp->reordering && in tcp_update_metrics() 431 tp->reordering != net->ipv4.sysctl_tcp_reordering) in tcp_update_metrics() 433 tp->reordering); in tcp_update_metrics() 478 if (val && tp->reordering != val) in tcp_init_metrics() 479 tp->reordering = val; in tcp_init_metrics()
|
/Linux-v5.10/include/media/i2c/ |
D | adv7604.h | 23 * Bus rotation and reordering. This is used to specify component reordering on 100 /* Bus rotation and reordering */
|
D | adv7842.h | 21 * Bus rotation and reordering. This is used to specify component reordering on 138 /* Bus rotation and reordering */
|
/Linux-v5.10/include/uapi/linux/ |
D | tcp.h | 182 * No apparent reordering, packet loss, or ECN marks. 189 * loss or reordering but needs further information to confirm packets 280 __u32 tcpi_reord_seen; /* reordering events seen */ 300 TCP_NLA_REORDERING, /* Reordering metric */ 312 TCP_NLA_REORD_SEEN, /* reordering events seen */
|
/Linux-v5.10/arch/mips/include/asm/ |
D | sync.h | 24 * load/store datapath beyond which reordering is not possible before 118 * expect due to reordering & speculation: 121 * be executed after the LL - this is the reordering case. 127 * This reordering case is fixed by 3A R2 CPUs, ie. 3A2000 models and later.
|
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
D | 11n_rxreorder.c | 238 * This function returns the pointer to an entry in Rx reordering 258 /* This function retrieves the pointer to an entry in Rx reordering 283 * buffered in Rx reordering table. 305 * This function flushes all the packets in Rx reordering table. 309 * them and then dumps the Rx reordering table. 331 * This function creates an entry in Rx reordering table for the 547 * This function identifies if Rx reordering is needed for a received packet. 549 * In case reordering is required, the function will do the reordering 554 * the packet is reordered and all the packets in the updated Rx reordering
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 26 /* for Rx reordering buffer control */ 131 /* These definition is used for Rx packet reordering. */ 226 /* for A-MPDU Rx reordering buffer control */
|
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 35 /*These definition is used for Rx packet reordering.*/ 128 /*for A-MPDU Rx reordering buffer control*/
|
D | rtl871x_ht.h | 26 unsigned int rx_ampdu_maxlen; /* for rx reordering ctrl win_sz,
|
/Linux-v5.10/include/linux/ |
D | padata.h | 59 * @serial: List to wait for serialization after reordering. 92 * @reorder_work: work struct for reordering.
|
D | tcp.h | 218 u8 reo_wnd_steps; /* Allowed reordering window */ 273 u32 reordering; /* Packet reordering metric. */ member 274 u32 reord_seen; /* number of data packet reordering events */
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | rwonce.h | 17 * For the curious, more information about this unusual reordering is
|
/Linux-v5.10/Documentation/devicetree/bindings/display/bridge/ |
D | ti,sn65dsi86.yaml | 145 reordering but only on physical ports 0 and 1. 159 reordering in any way.
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | bitops.h | 109 * make sure not to rely on its reordering guarantees. 126 * make sure not to rely on its reordering guarantees.
|
/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | rx.c | 79 * reordering of packets (the device offloads storage of the packets 80 * for reordering to the host). Read below for more information. 85 * DATA RX REORDERING 88 * delivery with special reordering information; this allows it to 163 "If true, RX reordering will be disabled."); 958 * Receive and send up an extended data packet that requires no reordering 969 * reordering requirements. 1335 * This sets up all the RX reordering infrastructures, which will not 1336 * be used if reordering is not enabled or if the firmware does not 1337 * support it. The device is told to do reordering in
|
/Linux-v5.10/arch/arm/include/asm/ |
D | neon.h | 17 * compilation unit. To prevent issues that may arise from GCC reordering or
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_recv.h | 42 /* for Rx reordering buffer control */ 185 /* These definition is used for Rx packet reordering. */ 361 /* for A-MPDU Rx reordering buffer control */
|
/Linux-v5.10/Documentation/block/ |
D | blk-mq.rst | 98 any reordering. When the device starts processing requests in the hardware 119 There is no reordering at this stage, and each software queue has a set of
|
/Linux-v5.10/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx-fpa.h | 233 /* Prevent GCC from reordering around free */ in cvmx_fpa_free_nosync() 258 * prevent GCC from reordering operations to after the in cvmx_fpa_free()
|
/Linux-v5.10/drivers/scsi/fnic/ |
D | cq_desc.h | 66 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
|
/Linux-v5.10/drivers/scsi/snic/ |
D | cq_desc.h | 66 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
|
/Linux-v5.10/drivers/net/ethernet/cisco/enic/ |
D | cq_desc.h | 68 * and/or CPU from reordering the reads which would potentially in cq_desc_dec()
|