Searched refs:tcp_outflags (Results 1 – 6 of 6) sorted by relevance
88 static u_char tcp_outflags[TCP_NSTATES] = { variable
151 flags = tcp_outflags[tp->t_state]; in tcp_offload_output()
288 flags = tcp_outflags[tp->t_state]; in tcp_output()
12071 ((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()
12118 flags = tcp_outflags[tp->t_state]; in rack_output()