Searched refs:ifclassq_update (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/net/classq/ |
| H A D | if_classq.h | 307 extern void ifclassq_update(struct ifclassq *, cqev_t, bool);
|
| H A D | classq_subr.c | 509 ifclassq_update(struct ifclassq *ifq, cqev_t ev, bool locked) in ifclassq_update() function
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | kpi_interface.c | 1199 ifclassq_update(ifq, CLASSQ_EV_LINK_MTU, false); in ifnet_set_tso_mtu() 1549 ifclassq_update(ifq, CLASSQ_EV_LINK_BANDWIDTH, true); in ifnet_set_output_bandwidths() 1711 ifclassq_update(ifq, CLASSQ_EV_LINK_LATENCY, true); in ifnet_set_output_latencies()
|
| H A D | if.c | 1638 ifclassq_update(ifq, up ? CLASSQ_EV_LINK_UP : CLASSQ_EV_LINK_DOWN, true); in if_updown() 4071 ifclassq_update(ifq, CLASSQ_EV_LINK_MTU, false); in ifioctl_ifreq()
|