Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/ifconfig/
HDifgre.c104 DEF_CMD("enable_csum", GRE_ENABLE_CSUM, setifgreopts),
105 DEF_CMD("-enable_csum",-GRE_ENABLE_CSUM,setifgreopts),
/freebsd-11-stable/sys/net/
HDif_gre.h131 #define GRE_ENABLE_CSUM 0x0001 macro
133 #define GRE_OPTMASK (GRE_ENABLE_CSUM|GRE_ENABLE_SEQ)
HDif_gre.c532 if (sc->gre_options & GRE_ENABLE_CSUM) { in gre_updatehdr()
897 want_csum = (sc->gre_options & GRE_ENABLE_CSUM) != 0;