Searched refs:last_oow_ack_time (Results 1 – 4 of 4) sorted by relevance
120 u32 last_oow_ack_time; /* last SYNACK */ member173 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */ member
485 newtp->last_oow_ack_time = 0; in tcp_create_openreq_child()626 &tcp_rsk(req)->last_oow_ack_time) && in tcp_check_req()
3401 int mib_idx, u32 *last_oow_ack_time) in tcp_oow_rate_limited() argument3408 if (*last_oow_ack_time) { in tcp_oow_rate_limited()3409 s32 elapsed = (s32)(tcp_time_stamp - *last_oow_ack_time); in tcp_oow_rate_limited()3417 *last_oow_ack_time = tcp_time_stamp; in tcp_oow_rate_limited()3435 &tp->last_oow_ack_time)) in tcp_send_challenge_ack()5143 &tp->last_oow_ack_time)) in tcp_validate_incoming()5163 &tp->last_oow_ack_time)) in tcp_validate_incoming()6074 tcp_rsk(req)->last_oow_ack_time = 0; in tcp_openreq_init()
1299 int mib_idx, u32 *last_oow_ack_time);