Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmbuf.h661 #define CSUM_L3_VALID 0x02000000 /* checksum is correct */ macro
678 CSUM_INNER_L4_CALC | CSUM_INNER_L4_VALID | CSUM_L3_CALC | CSUM_L3_VALID | \
698 #define CSUM_IP_VALID CSUM_L3_VALID
/f-stack/tools/compat/include/sys/
H A Dmbuf.h470 #define CSUM_L3_VALID 0x02000000 /* checksum is correct */ macro
490 #define CSUM_IP_VALID CSUM_L3_VALID
/f-stack/freebsd/net/
H A Dif_vxlan.c2836 csum_flags |= CSUM_L3_VALID; in vxlan_input()