Searched refs:V_tcp_ecn_maxretries (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/netinet/ | ||
| D | tcp_var.h | 657 #define V_tcp_ecn_maxretries VNET(tcp_ecn_maxretries) macro |
| D | tcp_output.c | 1056 if (tp->t_rxtshift <= V_tcp_ecn_maxretries) in tcp_output() |