Home
last modified time | relevance | path

Searched defs:tso (Results 1 – 13 of 13) sorted by relevance

/trueos/sys/dev/sfxge/
HDsfxge_tx.c751 static const struct ip *tso_iph(const struct sfxge_tso_state *tso) in tso_iph()
757 static __unused const struct ip6_hdr *tso_ip6h(const struct sfxge_tso_state *tso) in tso_ip6h()
763 static const struct tcphdr *tso_tcph(const struct sfxge_tso_state *tso) in tso_tcph()
819 static void tso_start(struct sfxge_tso_state *tso, struct mbuf *mbuf) in tso_start()
888 struct sfxge_tso_state *tso) in tso_fill_packet_with_fragment()
930 struct sfxge_tso_state *tso, in tso_start_new_packet()
1027 struct sfxge_tso_state tso; in sfxge_tx_queue_tso() local
/trueos/sys/netinet/
HDtcp_output.c137 struct tcpopt *to, long len, int tso) in hhook_run_tcp_est_out()
186 int tso, mtu; in tcp_output() local
HDtcp_var.h562 int tso; member
/trueos/sys/netinet/khelp/
HDh_ertt.c439 int tso; in ertt_add_tx_segment_info_hook() local
/trueos/usr.bin/script/
HDscript.c425 struct timespec tsi, tso; in playback() local
/trueos/sys/dev/ixl/
HDixl_txrx.c576 bool tso = FALSE; in ixl_tx_setup_offload() local
HDixl.h432 u64 tso; member
/trueos/sys/netinet6/
HDip6_output.c251 int sw_csum, tso; in ip6_output() local
/trueos/sys/dev/sio/
HDsio.c1456 int error, i, tso; in sysctl_siots() local
/trueos/sys/dev/msk/
HDif_msk.c2646 int error, i, nseg, tso; in msk_encap() local
/trueos/sys/dev/mxge/
HDif_mxge.c1777 int tso = m->m_pkthdr.csum_flags & (CSUM_TSO); in mxge_parse_tx() local
/trueos/sys/pc98/cbus/
HDsio.c2235 int error, i, tso; in sysctl_siots() local
/trueos/sys/dev/cxgbe/
HDt4_sge.c3849 txpkt_len16(u_int nsegs, u_int tso) in txpkt_len16()