Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c982 int ack_ok; in c67x00_check_td_list() local
989 ack_ok = 0; in c67x00_check_td_list()
1013 ack_ok = 1; in c67x00_check_td_list()
1029 if (ack_ok) in c67x00_check_td_list()
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c620 bool ack_ok; in tcp_in_window() local
622 ack_ok = after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1); in tcp_in_window()
627 ack_ok && in tcp_in_window()