Home
last modified time | relevance | path

Searched refs:V_tcp_tolerate_missing_ts (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timewait.c276 (V_tcp_tolerate_missing_ts == 0)) { in tcp_twcheck()
H A Dtcp_var.h1314 #define V_tcp_tolerate_missing_ts VNET(tcp_tolerate_missing_ts) macro
H A Dtcp_syncache.c1255 if (V_tcp_tolerate_missing_ts) { in syncache_expand()
H A Dtcp_input.c1716 if (((thflags & TH_RST) != 0) || V_tcp_tolerate_missing_ts) { in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11352 ((thflags & TH_RST) == 0) && (V_tcp_tolerate_missing_ts == 0)) { in bbr_do_segment_nounlock()
H A Drack.c17431 ((thflags & TH_RST) == 0) && (V_tcp_tolerate_missing_ts == 0)) { in rack_do_segment_nounlock()