Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c971 guint64 last_ack, new_ack; in gst_rtmp_connection_handle_ack() local
974 last_ack = self->out_bytes_acked; in gst_rtmp_connection_handle_ack()
975 last_ack_low = last_ack & G_MAXUINT32; in gst_rtmp_connection_handle_ack()
976 last_ack_high = (last_ack >> 32) & G_MAXUINT32; in gst_rtmp_connection_handle_ack()
988 new_ack - last_ack); in gst_rtmp_connection_handle_ack()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52352 u_int32_t last_ack; member
87217 u32 last_ack; member