Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_dctcp.c330 int acknow; in dctcp_ecnpkt_handler() local
334 acknow = 0; in dctcp_ecnpkt_handler()
342 acknow = 1; in dctcp_ecnpkt_handler()
348 acknow = 1; in dctcp_ecnpkt_handler()
354 if ((acknow) || (ccflag & CCF_TCPHDR_CWR)) { in dctcp_ecnpkt_handler()
/f-stack/freebsd/netinet/
H A Dtcp_timewait.c235 bool acknow, local; in tcp_twstart() local
332 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
346 if (acknow) in tcp_twstart()