Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_subr.c143 tcp_sack_init(tp); in initialize_tcb()
Dtcp_var.h588 void tcp_sack_init(struct tcpcb *); // Sam: new function that I added
Dtcp_sack.c106 tcp_sack_init(struct tcpcb* tp) in tcp_sack_init() function