Searched refs:CSUM_IP_UDP (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/dev/e1000/
H A Dif_em.h337 #define EM_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | \
339 #define IGB_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | \
H A Digb_txrx.c207 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) {
/freebsd-current/sys/dev/iavf/
H A Diavf_iflib.h107 (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd-current/sys/dev/igc/
H A Dif_igc.h253 #define IGC_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | \
H A Digc_txrx.c239 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)) {
/freebsd-current/sys/dev/ice/
H A Dice_lib.h165 #define ICE_CSUM_OFFLOAD (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP | CSUM_IP_SCTP | \
171 #define ICE_CSUM_UDP (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe.h195 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
H A Dix_txrx.c135 if (pi->ipi_csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP))
/freebsd-current/sys/dev/liquidio/
H A Dlio_rxtx.c138 (m_head->m_pkthdr.csum_flags & (CSUM_IP_UDP | CSUM_IP6_UDP)))
/freebsd-current/sys/sys/
H A Dmbuf.h659 #define CSUM_IP_UDP 0x00000002 /* UDP checksum offload */ macro
697 #define CSUM_FLAGS_TX (CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_SCTP | \
713 "\20\1CSUM_IP\2CSUM_IP_UDP\3CSUM_IP_TCP\4CSUM_IP_SCTP\5CSUM_IP_TSO" \
734 #define CSUM_UDP CSUM_IP_UDP
/freebsd-current/sys/dev/ixl/
H A Dixl.h265 (CSUM_IP_UDP|CSUM_IP6_UDP)
/freebsd-current/sys/dev/usb/net/
H A Dif_ure.c1007 if_sethwassist(ifp, CSUM_IP|CSUM_IP_UDP|CSUM_IP_TCP);
2207 if (flags & (CSUM_IP_TCP | CSUM_IP_UDP)) {
2216 else if (flags & CSUM_IP_UDP)
/freebsd-current/sys/dev/hyperv/netvsc/
H A Dif_hn.c181 #define HN_CSUM_IP_MASK (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP)
835 if (m_head->m_pkthdr.csum_flags & (CSUM_IP_TCP | CSUM_IP_UDP)) {
852 if ((m_head->m_pkthdr.csum_flags & CSUM_IP_UDP) &&
862 m_head->m_pkthdr.csum_flags &= ~CSUM_IP_UDP;
3152 (CSUM_IP_UDP | CSUM_IP6_UDP)) {
5614 csum_assist |= CSUM_IP_UDP;
5733 (CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {
6028 (CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {
/freebsd-current/sys/dev/ena/
H A Dena_datapath.c796 (CSUM_IP_UDP | CSUM_IP6_UDP)) != 0)
H A Dena.c2450 flags |= CSUM_IP_UDP | CSUM_IP_TCP;
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h172 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
/freebsd-current/sys/net/
H A Dif_vxlan.c2475 const uint32_t v4 = CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP;
2487 if (csum_flags_in & CSUM_IP_UDP)
3180 hwa |= CSUM_IP_UDP;
H A Diflib.c329 CSUM_IP_UDP|CSUM_IP_TCP|CSUM_IP_SCTP| \
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c2371 const uint32_t csum_flags = CSUM_IP | CSUM_IP_UDP | CSUM_IP_TCP |
2452 const uint32_t csum_flags = CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP_TSO |
2463 const uint32_t csum_flags = CSUM_IP_UDP | CSUM_IP6_UDP;
5296 else if (m->m_pkthdr.csum_flags & (CSUM_IP_UDP | CSUM_INNER_IP_UDP |
5302 if (m->m_pkthdr.csum_flags & (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP |
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c2819 if (__predict_true(csum_flags & (CSUM_IP|CSUM_IP_TCP|CSUM_IP_UDP))) {
2838 } else if (csum_flags & CSUM_IP_UDP) {
/freebsd-current/sys/dev/mana/
H A Dmana_en.c598 (CSUM_IP_UDP | CSUM_IP_TCP | CSUM_IP6_UDP | CSUM_IP6_TCP)) {

Completed in 301 milliseconds