Searched refs:CSUM_L4_VALID (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/liquidio/
H A Dlio_core.c359 CSUM_L4_VALID);
371 (CSUM_L3_VALID | CSUM_L4_VALID | CSUM_DATA_VALID |
372 CSUM_PSEUDO_HDR)) == (CSUM_L3_VALID | CSUM_L4_VALID |
/freebsd-current/sys/dev/ice/
H A Dice_common_txrx.h309 *flags |= CSUM_L4_CALC | CSUM_L4_VALID;
H A Dice_lib.h177 CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \
/freebsd-current/sys/sys/
H A Dmbuf.h690 #define CSUM_L4_VALID 0x08000000 /* checksum is correct */ macro
706 CSUM_L4_CALC | CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \
720 "\32CSUM_L3_VALID\33CSUM_L4_CALC\34CSUM_L4_VALID\35CSUM_L5_CALC" \
726 #define CSUM_DATA_VALID CSUM_L4_VALID
728 #define CSUM_SCTP_VALID CSUM_L4_VALID
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c496 ri->iri_csum_flags |= CSUM_L4_VALID;
572 ri->iri_csum_flags |= CSUM_L4_VALID;
/freebsd-current/sys/dev/iavf/
H A Diavf_txrx_iflib.c784 ri->iri_csum_flags |= CSUM_L4_VALID;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c1956 CSUM_L4_CALC | CSUM_L4_VALID |
1963 CSUM_L4_CALC | CSUM_L4_VALID |
1969 CSUM_L4_CALC | CSUM_L4_VALID |
1975 CSUM_L4_CALC | CSUM_L4_VALID |
2040 CSUM_L4_VALID;
2043 CSUM_L4_VALID;
2067 CSUM_L4_VALID;
2071 CSUM_L4_VALID;
/freebsd-current/sys/dev/ixl/
H A Dixl_txrx.c773 ri->iri_csum_flags |= CSUM_L4_VALID;
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1648 csum_flags |= CSUM_L4_VALID;
/freebsd-current/sys/net/
H A Diflib.c3061 if ((m->m_pkthdr.csum_flags & (CSUM_L4_CALC|CSUM_L4_VALID)) ==
3062 (CSUM_L4_CALC|CSUM_L4_VALID)) {
H A Dif_vxlan.c2907 csum_flags |= CSUM_L4_VALID;
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c3233 csum_flags |= CSUM_L4_VALID;

Completed in 219 milliseconds