Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDmbuf.h692 #define CSUM_L5_CALC 0x10000000 /* calculated layer 5 csum */ macro
707 CSUM_L4_CALC | CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \
742 #define CSUM_TLS_MASK (CSUM_L5_CALC|CSUM_L5_VALID)
743 #define CSUM_TLS_DECRYPTED CSUM_L5_CALC
/freebsd-14-stable/sys/dev/ice/
HDice_lib.h181 CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \