Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dkpi_interface.h1143 u_int64_t input_bw; /* optional */ member
2563 if_bandwidths_t *output_bw, if_bandwidths_t *input_bw);
2577 if_bandwidths_t *input_bw);
H A Dkpi_interface.c345 ifp->if_input_bw.eff_bw = einit.input_bw; in ifnet_allocate_extended()
1466 struct if_bandwidths *input_bw) in ifnet_set_bandwidths() argument
1473 if (input_bw != NULL) { in ifnet_set_bandwidths()
1474 (void) ifnet_set_input_bandwidths(ifp, input_bw); in ifnet_set_bandwidths()
1648 struct if_bandwidths *input_bw) in ifnet_bandwidths() argument
1657 if (input_bw != NULL) { in ifnet_bandwidths()
1658 *input_bw = ifp->if_input_bw; in ifnet_bandwidths()