Home
last modified time | relevance | path

Searched refs:CSUM_L5_VALID (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dmbuf.h692 #define CSUM_L5_VALID 0x20000000 /* checksum is correct */ macro
706 CSUM_L4_CALC | CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \
741 #define CSUM_TLS_MASK (CSUM_L5_CALC|CSUM_L5_VALID)
/freebsd/sys/dev/ice/
H A Dice_lib.h181 CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \