Home
last modified time | relevance | path

Searched refs:sc_fword (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_mpip.c66 unsigned int sc_fword; /* flow-aware transport */ member
101 sc->sc_fword = 0; /* both sides have to agree on FAT first */ in mpip_clone_create()
374 sc->sc_fword = ifr->ifr_pwe3 ? 1 : 0; in mpip_ioctl()
377 ifr->ifr_pwe3 = sc->sc_fword; in mpip_ioctl()
483 if (sc->sc_fword) { in mpip_input()
767 if (sc->sc_fword) { in mpip_start()
H A Dif_mpw.c58 unsigned int sc_fword; member
421 sc->sc_fword = ifr->ifr_pwe3 ? 1 : 0; in mpw_ioctl()
424 ifr->ifr_pwe3 = sc->sc_fword; in mpw_ioctl()
524 if (sc->sc_fword) { in mpw_input()
711 if (sc->sc_fword) { in mpw_start()