Lines Matching refs:tcp_ack
1734 /* TODO: there are multiple places throughout tcp_ack() to get
3238 * is updated in tcp_ack()). Otherwise fall back to
4246 static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag)
6559 tcp_ack(sk, skb, flag);
6612 tcp_ack(sk, skb, flag | FLAG_DATA);
6648 reason = tcp_ack(sk, skb, FLAG_SLOWPATH | FLAG_UPDATE_TS_RECENT);
6787 /* SYN-data is counted as two separate packets in tcp_ack() */
6903 tcp_ack(sk, skb, FLAG_SLOWPATH);
7201 reason = tcp_ack(sk, skb, FLAG_SLOWPATH |
7222 WRITE_ONCE(tp->delivered, tp->delivered + 1); /* SYN-ACK delivery isn't tracked in tcp_ack */