Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h135 u32 last_oow_ack_time; /* last SYNACK */ member
198 u32 last_oow_ack_time; /* timestamp of last out-of-window ACK */ member
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c495 newtp->last_oow_ack_time = 0; in tcp_create_openreq_child()
641 &tcp_rsk(req)->last_oow_ack_time) && in tcp_check_req()
731 &tcp_rsk(req)->last_oow_ack_time)) in tcp_check_req()
Dtcp_input.c3405 u32 *last_oow_ack_time) in __tcp_oow_rate_limited() argument
3407 if (*last_oow_ack_time) { in __tcp_oow_rate_limited()
3408 s32 elapsed = (s32)(tcp_jiffies32 - *last_oow_ack_time); in __tcp_oow_rate_limited()
3416 *last_oow_ack_time = tcp_jiffies32; in __tcp_oow_rate_limited()
3429 int mib_idx, u32 *last_oow_ack_time) in tcp_oow_rate_limited() argument
3436 return __tcp_oow_rate_limited(net, mib_idx, last_oow_ack_time); in tcp_oow_rate_limited()
3452 &tp->last_oow_ack_time)) in tcp_send_challenge_ack()
5360 &tp->last_oow_ack_time)) in tcp_validate_incoming()
5380 &tp->last_oow_ack_time)) in tcp_validate_incoming()
6307 tcp_rsk(req)->last_oow_ack_time = 0; in tcp_openreq_init()
/Linux-v4.19/include/net/
Dtcp.h1452 int mib_idx, u32 *last_oow_ack_time);