Searched refs:last_oow_ack_time (Results 1 – 4 of 4) sorted by relevance
119 u32 last_oow_ack_time; /* last SYNACK */ member167 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */ member
474 newtp->last_oow_ack_time = 0; in tcp_create_openreq_child()614 &tcp_rsk(req)->last_oow_ack_time) && in tcp_check_req()
3354 int mib_idx, u32 *last_oow_ack_time) in tcp_oow_rate_limited() argument3361 if (*last_oow_ack_time) { in tcp_oow_rate_limited()3362 s32 elapsed = (s32)(tcp_time_stamp - *last_oow_ack_time); in tcp_oow_rate_limited()3370 *last_oow_ack_time = tcp_time_stamp; in tcp_oow_rate_limited()3388 &tp->last_oow_ack_time)) in tcp_send_challenge_ack()5095 &tp->last_oow_ack_time)) in tcp_validate_incoming()5115 &tp->last_oow_ack_time)) in tcp_validate_incoming()6024 tcp_rsk(req)->last_oow_ack_time = 0; in tcp_openreq_init()
1223 int mib_idx, u32 *last_oow_ack_time);