Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c145 tcp_sack_init(tp); in initialize_tcb()
Dtcp_var.h608 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