Home
last modified time | relevance | path

Searched refs:tcp_timer_delack (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_timer.h161 int tcp_timer_delack(struct tcpcb* tp);
H A Dtcp_timer.c67 tcp_timer_delack(struct tcpcb* tp) in tcp_timer_delack() function
/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6.cpp437 dropped = tcp_timer_delack(tp); in FirePendingTimers()