HomeSort by: relevance | last modified time | path
    Searched defs:iftop (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/agr/
if_agrtimer.c 95 const struct agr_iftype_ops *iftop = sc->sc_iftop; local in function:agrtimer_work
97 KASSERT(iftop);
100 if (iftop->iftop_tick) {
101 (*iftop->iftop_tick)(sc);
103 if (iftop->iftop_porttick) {
if_agrtimer.c 95 const struct agr_iftype_ops *iftop = sc->sc_iftop; local in function:agrtimer_work
97 KASSERT(iftop);
100 if (iftop->iftop_tick) {
101 (*iftop->iftop_tick)(sc);
103 if (iftop->iftop_porttick) {
if_agrtimer.c 95 const struct agr_iftype_ops *iftop = sc->sc_iftop; local in function:agrtimer_work
97 KASSERT(iftop);
100 if (iftop->iftop_tick) {
101 (*iftop->iftop_tick)(sc);
103 if (iftop->iftop_porttick) {

Completed in 84 milliseconds