Home
last modified time | relevance | path

Searched refs:tcp_outflags (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h88 static u_char tcp_outflags[TCP_NSTATES] = { variable
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h88 static u_char tcp_outflags[TCP_NSTATES] = { variable
H A Dtcp_offload.c151 flags = tcp_outflags[tp->t_state]; in tcp_offload_output()
H A Dtcp_output.c288 flags = tcp_outflags[tp->t_state]; in tcp_output()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c12071 ((tcp_outflags[tp->t_state] & TH_RST) == 0) && in bbr_output_wtime()
12072 ((sbavail(sb) + ((tcp_outflags[tp->t_state] & TH_FIN) ? 1 : 0)) <= in bbr_output_wtime()
12255 flags = tcp_outflags[tp->t_state]; in bbr_output_wtime()
H A Drack.c12118 flags = tcp_outflags[tp->t_state]; in rack_output()