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

/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_netvsc_drv_freebsd.c209 static int hn_trust_hosttcp = 0; variable
210 TUNABLE_INT("dev.hn.trust_hosttcp", &hn_trust_hosttcp);
386 sc->hn_trust_hosttcp = hn_trust_hosttcp;
495 CTLFLAG_RW, &sc->hn_trust_hosttcp, 0,
541 CTLFLAG_RD, &hn_trust_hosttcp, 0,
1264 if (sc->hn_trust_hosttcp) {
H A Dhv_net_vsc.h1028 int hn_trust_hosttcp; member in struct:hn_softc

Completed in 59 milliseconds