acked_seq         101 include/net/inet_connection_sock.h 	void (*icsk_clean_acked)(struct sock *sk, u32 acked_seq);
acked_seq         144 net/tls/tls_device.c static void tls_icsk_clean_acked(struct sock *sk, u32 acked_seq)
acked_seq         159 net/tls/tls_device.c 	if (info && !before(acked_seq, info->end_seq))
acked_seq         163 net/tls/tls_device.c 		if (before(acked_seq, info->end_seq))