Searched refs:CSUM_L4_VALID (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c509 ri->iri_csum_flags |= CSUM_L4_VALID;
587 ri->iri_csum_flags |= CSUM_L4_VALID;
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c360 CSUM_L4_VALID);
372 (CSUM_L3_VALID | CSUM_L4_VALID | CSUM_DATA_VALID |
373 CSUM_PSEUDO_HDR)) == (CSUM_L3_VALID | CSUM_L4_VALID |
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c1946 mp->m_pkthdr.csum_flags |= CSUM_L4_VALID;
/freebsd-11-stable/sys/net/
H A Diflib.c2681 if ((m->m_pkthdr.csum_flags & (CSUM_L4_CALC|CSUM_L4_VALID)) ==
2682 (CSUM_L4_CALC|CSUM_L4_VALID)) {
/freebsd-11-stable/sys/sys/
H A Dmbuf.h473 #define CSUM_L4_VALID 0x08000000 /* checksum is correct */ macro
486 "\31CSUM_L3_CALC\32CSUM_L3_VALID\33CSUM_L4_CALC\34CSUM_L4_VALID" \
492 #define CSUM_DATA_VALID CSUM_L4_VALID
494 #define CSUM_SCTP_VALID CSUM_L4_VALID

Completed in 200 milliseconds