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

/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.c130 hook_p lmi_channel; /* whatever we ended up using */ member in struct:nglmi_softc
286 sc->lmi_channel = hook;
318 if (sc->lmi_channel == NULL)
375 NG_SEND_DATA_ONLY(error, sc->lmi_channel, m);
407 sc->lmi_channel = sc->lmi_channel0;
411 sc->lmi_channel = sc->lmi_channel1023;
415 sc->lmi_channel = sc->lmi_channel0;
419 sc->lmi_channel = sc->lmi_channel1023;
423 sc->lmi_channel = sc->lmi_channel1023;
427 sc->lmi_channel
[all...]

Completed in 103 milliseconds