Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmbuf.h694 #define CSUM_L5_CALC 0x10000000 /* calculated layer 5 csum */ macro
709 CSUM_L4_CALC | CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \
744 #define CSUM_TLS_MASK (CSUM_L5_CALC|CSUM_L5_VALID)
745 #define CSUM_TLS_DECRYPTED CSUM_L5_CALC
/freebsd/sys/dev/ice/
H A Dice_lib.h181 CSUM_L4_VALID | CSUM_L5_CALC | CSUM_L5_VALID | \