Home
last modified time | relevance | path

Searched refs:ifnet_update_rcv (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h1731 __private_extern__ void ifnet_update_rcv(struct ifnet *, cqev_t);
H A Dkpi_interface.c1617 ifnet_update_rcv(ifp, CLASSQ_EV_LINK_BANDWIDTH); in ifnet_set_input_bandwidths()
1740 ifnet_update_rcv(ifp, CLASSQ_EV_LINK_LATENCY); in ifnet_set_input_latencies()
H A Ddlil.c2723 ifnet_update_rcv(struct ifnet *ifp, cqev_t ev) in ifnet_update_rcv() function