Searched refs:TF_TOE (Results 1 – 15 of 15) sorted by relevance
521 KASSERT(tp->t_flags & TF_TOE, in toe_connect_failed()533 KASSERT(!(tp->t_flags & TF_TOE), in toe_connect_failed()
897 if (tp->t_flags & TF_TOE) in tcp_usr_rcvd()1615 if (tp->t_flags & TF_TOE) { in tcp_fill_info()1805 if (tp->t_flags & TF_TOE) { in tcp_ctloutput_set()2126 if (tp->t_flags & TF_TOE) { in tcp_default_ctloutput()2933 if (t_flags & TF_TOE) { in db_print_tflags()
911 if (tp->t_flags & TF_TOE) in tcp_timer_activate()
803 #define TF_TOE 0x02000000 /* this connection is offloaded */ macro
2419 if (tp->t_flags & TF_TOE) in tcp_discardcb()2859 if (tp->t_flags & TF_TOE && errno == EMSGSIZE) { in tcp_ctlinput_with_port()3048 if (tp->t_flags & TF_TOE && errno == EMSGSIZE) { in tcp6_ctlinput_with_port()
229 if (tp->t_flags & TF_TOE) in tcp_default_output()
1029 if (tp->t_flags & TF_TOE) { in tcp_input_with_port()
253 tp->t_flags |= TF_TOE; in offload_socket()293 tp->t_flags &= ~TF_TOE; in undo_offload_socket()407 tp->t_flags &= ~TF_TOE; in t4_pcb_detach()
1009 if (tp->t_flags & TF_TOE && tp->tod == &td->tod) in find_offload_adapter()1173 MPASS(tp->t_flags & TF_TOE); in icl_cxgbei_conn_handoff()
385 if (istcp && (tp->t_flags & TF_TOE) != 0) in protopr()
730 protoname = xtp->t_flags & TF_TOE ? "toe" : "tcp"; in gather_inet()
886 if (!(tp->t_flags & TF_TOE)) { in ktls_try_toe()
511 if ((tp->t_flags & TF_TOE) == 0) { in set_tcpinfo()
19743 if (tp->t_flags & TF_TOE) { in rack_output()24395 if (tp->t_flags & TF_TOE) { in rack_fill_info()
11893 if (tp->t_flags & TF_TOE) in bbr_output_wtime()