Home
last modified time | relevance | path

Searched refs:TF_TOE (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/netinet/
H A Dtoecore.c521 KASSERT(tp->t_flags & TF_TOE, in toe_connect_failed()
533 KASSERT(!(tp->t_flags & TF_TOE), in toe_connect_failed()
H A Dtcp_usrreq.c897 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()
H A Dtcp_timer.c911 if (tp->t_flags & TF_TOE) in tcp_timer_activate()
H A Dtcp_var.h803 #define TF_TOE 0x02000000 /* this connection is offloaded */ macro
H A Dtcp_subr.c2419 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()
H A Dtcp_output.c229 if (tp->t_flags & TF_TOE) in tcp_default_output()
H A Dtcp_input.c1029 if (tp->t_flags & TF_TOE) { in tcp_input_with_port()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c253 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()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1009 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()
/freebsd/usr.bin/netstat/
H A Dinet.c385 if (istcp && (tp->t_flags & TF_TOE) != 0) in protopr()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c730 protoname = xtp->t_flags & TF_TOE ? "toe" : "tcp"; in gather_inet()
/freebsd/sys/kern/
H A Duipc_ktls.c886 if (!(tp->t_flags & TF_TOE)) { in ktls_try_toe()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c511 if ((tp->t_flags & TF_TOE) == 0) { in set_tcpinfo()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19743 if (tp->t_flags & TF_TOE) { in rack_output()
24395 if (tp->t_flags & TF_TOE) { in rack_fill_info()
H A Dbbr.c11893 if (tp->t_flags & TF_TOE) in bbr_output_wtime()