Home
last modified time | relevance | path

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

/dragonfly/sys/net/sl/
H A Dif_sl.c315 if (sc->sc_outfill) { in slclose()
316 sc->sc_outfill = 0; in slclose()
416 sc->sc_outfill = *(u_int *)data * hz; in sltioctl()
417 if (sc->sc_outfill) { in sltioctl()
419 callout_reset(&sc->sc_oftimeout, sc->sc_outfill, in sltioctl()
430 *(int *)data = sc->sc_outfill / hz; in sltioctl()
1047 if (sc->sc_outfill && tp != NULL) { in sl_outfill()
1054 callout_reset(&sc->sc_oftimeout, sc->sc_outfill, in sl_outfill()
H A Dif_slvar.h61 u_int sc_outfill; /* time to send FRAME_END when output idle */ member