Searched refs:gre_options (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dif_gre.h71 uint32_t gre_options; member in struct:gre_softc
H A Dif_gre.c482 if (sc->gre_options != opt) {
484 sc->gre_options = opt;
492 error = copyout(&sc->gre_options, ifr->ifr_data,
493 sizeof(sc->gre_options));
535 if (sc->gre_options & GRE_ENABLE_CSUM) {
545 if (sc->gre_options & GRE_ENABLE_SEQ) {
896 want_seq = (sc->gre_options & GRE_ENABLE_SEQ) != 0;
901 want_csum = (sc->gre_options & GRE_ENABLE_CSUM) != 0;

Completed in 44 milliseconds