Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_device.c160 static void tls_tcp_clean_acked(struct sock *sk, u32 acked_seq) in tls_tcp_clean_acked() argument
175 if (info && !before(acked_seq, info->end_seq)) in tls_tcp_clean_acked()
179 if (before(acked_seq, info->end_seq)) in tls_tcp_clean_acked()
/linux-6.15/include/linux/
H A Dtcp.h248 void (*tcp_clean_acked)(struct sock *sk, u32 acked_seq);