Home
last modified time | relevance | path

Searched refs:CSUM_TSO (Results 1 – 14 of 14) sorted by relevance

/f-stack/lib/
H A Dff_veth.c227 if (mb->m_pkthdr.csum_flags & CSUM_TSO) { in ff_mbuf_tx_offload()
617 ifp->if_hwassist |= CSUM_TSO; in ff_veth_setup_interface()
/f-stack/freebsd/netinet/
H A Dip_output.c779 (CSUM_TSO | CSUM_INNER_TSO)) != 0) { in ip_output()
794 (CSUM_TSO | CSUM_INNER_TSO)) in ip_output()
819 (m->m_pkthdr.csum_flags & (CSUM_TSO | CSUM_INNER_TSO))) { in ip_output()
H A Dtcp_subr.c2961 ifp->if_hwassist & CSUM_TSO) { in tcp_maxmtu()
2962 cap->ifcap |= CSUM_TSO; in tcp_maxmtu()
3000 ifp->if_hwassist & CSUM_TSO) { in tcp_maxmtu6()
3001 cap->ifcap |= CSUM_TSO; in tcp_maxmtu6()
H A Dtcp_output.c1366 m->m_pkthdr.csum_flags |= CSUM_TSO; in tcp_output()
H A Dtcp_input.c3871 if (cap.ifcap & CSUM_TSO) { in tcp_mss()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h501 #define CSUM_TSO (CSUM_IP_TSO|CSUM_IP6_TSO) macro
/f-stack/freebsd/sys/
H A Dmbuf.h709 #define CSUM_TSO (CSUM_IP_TSO|CSUM_IP6_TSO) macro
/f-stack/freebsd/net/
H A Dif_vlan.c1748 hwa |= p->if_hwassist & CSUM_TSO; in vlan_capabilities()
H A Dif_tuntap.c168 #define TAP_ALL_OFFLOAD (CSUM_TSO | CSUM_TCP | CSUM_UDP |\
H A Diflib.c3431 if (m_head->m_pkthdr.csum_flags & CSUM_TSO) { in iflib_encap()
3622 if (m->m_pkthdr.csum_flags & CSUM_TSO) { in iflib_tx_desc_free()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1129 (CSUM_TSO | CSUM_INNER_TSO)) != 0) ? 1 : 0; in ip6_output()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5579 (m0->m_pkthdr.csum_flags & ifp->if_hwassist & CSUM_TSO) != 0) { in pf_route()
5591 if ((ip_off & IP_DF) || (m0->m_pkthdr.csum_flags & CSUM_TSO)) { in pf_route()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c13661 m->m_pkthdr.csum_flags |= CSUM_TSO; in bbr_output_wtime()
13662 csum_flags |= CSUM_TSO; in bbr_output_wtime()
H A Drack.c13632 m->m_pkthdr.csum_flags |= CSUM_TSO; in rack_output()