Searched refs:reordering (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddst.h47 unsigned reordering; member in struct:dst_entry
H A Dsock.h302 __u8 reordering; /* Packet reordering metric. */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddst.h47 unsigned reordering; member in struct:dst_entry
H A Dsock.h354 __u8 reordering; /* Packet reordering metric. */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c589 if (dst->reordering < tp->reordering &&
590 tp->reordering != sysctl_tcp_reordering)
591 dst->reordering = tp->reordering;
637 if (dst->reordering && tp->reordering != dst->reordering) {
639 tp->reordering = dst->reordering;
[all...]
H A Dtcp_diag.c186 info->tcpi_reordering = tp->reordering;
H A Dtcp.c2503 info.tcpi_reordering = tp->reordering;
H A Dtcp_ipv4.c2020 tp->reordering = sysctl_tcp_reordering;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c1816 tp->reordering = sysctl_tcp_reordering;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex1319 \item \verb|reordering NUMBER|
1321 --- \threeonly Maximal reordering on the path to this destination.

Completed in 91 milliseconds