Home
last modified time | relevance | path

Searched refs:input_bw (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.h1127 u_int64_t input_bw; /* optional */ member
2555 if_bandwidths_t *output_bw, if_bandwidths_t *input_bw);
2569 if_bandwidths_t *input_bw);
H A Dkpi_interface.c341 ifp->if_input_bw.eff_bw = einit.input_bw; in ifnet_allocate_extended()
1451 struct if_bandwidths *input_bw) in ifnet_set_bandwidths() argument
1458 if (input_bw != NULL) { in ifnet_set_bandwidths()
1459 (void) ifnet_set_input_bandwidths(ifp, input_bw); in ifnet_set_bandwidths()
1633 struct if_bandwidths *input_bw) in ifnet_bandwidths() argument
1642 if (input_bw != NULL) { in ifnet_bandwidths()
1643 *input_bw = ifp->if_input_bw; in ifnet_bandwidths()