Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtoecore.c510 KASSERT(tp->t_flags & TF_TOE, in toe_connect_failed()
522 KASSERT(!(tp->t_flags & TF_TOE), in toe_connect_failed()
H A Dtcp_usrreq.c983 if (tp->t_flags & TF_TOE) in tcp_usr_rcvd()
1800 if (tp->t_flags & TF_TOE) { in tcp_fill_info()
1977 if (tp->t_flags & TF_TOE) { in tcp_ctloutput()
2125 if (tp->t_flags & TF_TOE) { in tcp_default_ctloutput()
H A Dtcp_var.h396 #define TF_TOE 0x02000000 /* this connection is offloaded */ macro
H A Dtcp_timer.c901 if (tp->t_flags & TF_TOE) in tcp_timer_activate()
H A Dtcp_output.c240 if (tp->t_flags & TF_TOE) in tcp_output()
H A Dtcp_subr.c2013 if (tp->t_flags & TF_TOE) in tcp_discardcb()
H A Dtcp_input.c1012 if (tp->t_flags & TF_TOE) { in tcp_input()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h396 #define TF_TOE 0x02000000 /* this connection is offloaded */ macro
/f-stack/tools/netstat/
H A Dinet.c412 if (istcp && (tp->t_flags & TF_TOE) != 0) in protopr()
/f-stack/freebsd/kern/
H A Duipc_ktls.c771 if (!(tp->t_flags & TF_TOE)) { in ktls_try_toe()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11947 if (tp->t_flags & TF_TOE) in rack_output()
H A Dbbr.c12040 if (tp->t_flags & TF_TOE) in bbr_output_wtime()