Home
last modified time | relevance | path

Searched refs:CLASSQ_EV_LINK_DOWN (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h200 CLASSQ_EV_LINK_DOWN = 5, /* link is now down */ enumerator
H A Dclassq_subr.c619 case CLASSQ_EV_LINK_DOWN: in ifclassq_ev2str()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1681 case CLASSQ_EV_LINK_DOWN: in fq_if_event()
/xnu-12377.41.6/bsd/net/
H A Dif.c1638 ifclassq_update(ifq, up ? CLASSQ_EV_LINK_UP : CLASSQ_EV_LINK_DOWN, true); in if_updown()