Home
last modified time | relevance | path

Searched refs:CSUM_L3_CALC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmbuf.h660 #define CSUM_L3_CALC 0x01000000 /* calculated layer 3 csum */ macro
678 CSUM_INNER_L4_CALC | CSUM_INNER_L4_VALID | CSUM_L3_CALC | CSUM_L3_VALID | \
697 #define CSUM_IP_CHECKED CSUM_L3_CALC
/f-stack/tools/compat/include/sys/
H A Dmbuf.h469 #define CSUM_L3_CALC 0x01000000 /* calculated layer 3 csum */ macro
489 #define CSUM_IP_CHECKED CSUM_L3_CALC
/f-stack/freebsd/net/
H A Dif_vxlan.c2834 csum_flags |= CSUM_L3_CALC; in vxlan_input()