Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c4082 static int __tcp_replace_ts_recent(struct tcp_sock *tp, s32 tstamp_delta) in __tcp_replace_ts_recent() argument
4085 return tstamp_delta > 0 ? FLAG_TS_PROGRESS : 0; in __tcp_replace_ts_recent()