Home
last modified time | relevance | path

Searched refs:reordering (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c475 if (val < tp->reordering && in tcp_update_metrics()
476 tp->reordering != sysctl_tcp_reordering) in tcp_update_metrics()
478 tp->reordering); in tcp_update_metrics()
522 if (val && tp->reordering != val) { in tcp_init_metrics()
525 tp->reordering = val; in tcp_init_metrics()
Dtcp_input.c304 nr_segs = max_t(u32, nr_segs, tp->reordering + 1); in tcp_sndbuf_expand()
855 if (metric > tp->reordering) { in tcp_update_reordering()
858 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
874 tp->reordering, in tcp_update_reordering()
1927 tp->reordering = min_t(unsigned int, tp->reordering, in tcp_enter_loss()
2118 if (tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2125 if (packets_out <= tp->reordering && in tcp_time_to_recover()
2232 int lost = tp->fackets_out - tp->reordering; in tcp_update_scoreboard()
2237 int sacked_upto = tp->sacked_out - tp->reordering; in tcp_update_scoreboard()
2766 (tcp_fackets_out(tp) > tp->reordering)); in tcp_fastretrans_alert()
[all …]
Dtcp.c409 tp->reordering = sysctl_tcp_reordering; in tcp_init_sock()
2699 info->tcpi_reordering = tp->reordering; in tcp_get_info()
Dtcp_output.c1899 size_needed = probe_size + (tp->reordering + 1) * tp->mss_cache; in tcp_mtu_probe()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt23 location used to guard against bus reordering with regards to accesses to
/linux-4.4.14/include/linux/
Dtcp.h238 u32 reordering; /* Packet reordering metric. */ member
/linux-4.4.14/arch/metag/
DKconfig128 reordering of writes from different hardware threads when SMP is
/linux-4.4.14/Documentation/
Dpadata.txt7 encryption and decryption on large numbers of packets without reordering
Dmemory-barriers.txt330 can use a variety of tricks to improve performance, including reordering,
814 (*) Control dependencies require that the compiler avoid reordering the
1341 (*) Prevents the compiler from reordering accesses following the
1668 CPU from reordering them.
1853 respectively, this same reordering can occur if the lock's ACQUIRE and
1872 It might appear that this reordering could introduce a deadlock.
1879 the reordering, not the compiler. If the compiler (or, for
2202 Under normal operation, memory operation reordering is generally not going to
2205 circumstances in which reordering definitely _could_ be a problem:
2908 and st.rel instructions (respectively) that prevent such reordering.
/linux-4.4.14/Documentation/filesystems/
Dromfs.txt172 from the filesystem. It might be resolved by reordering file data to
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt133 common IP source address. Note that reordering of packets is
147 reordering of packets occurs, which could lead to poor application
250 recovers when network has a small degree of reordering
446 Initial reordering level of packets in a TCP stream.
447 TCP stack can then dynamically adjust flow reordering level
452 Maximal reordering level of packets in a TCP stream.
Dtimestamping.txt239 reordering. The one exception is under administrator control: it is
Dscaling.txt169 reordering. The trade-off to sending all packets from the same flow
Dbonding.txt789 characteristics but can cause packet reordering. If re-ordering is
2322 of reordering depends upon a variety of factors, including the
2325 cards produce more reordering (due to factors such as packet
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt257 to some reordering from the compiler and CPUs is beside the point.
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt159 list-reordering allows for a bit more idiomatic code.
/linux-4.4.14/include/net/
Dtcp.h1058 return tp->reordering; in tcp_max_burst()
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid404 i. Function reordering so that inline functions are defined before they
Dncr53c8xx.txt1809 perform byte reordering each time it is needed. This feature has been