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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h821 @field input_bw The effective input bandwidth (in bits per second.)
871 u_int64_t input_bw; /* optional */ member in struct:ifnet_init_eparams
2034 @param input_bw The input bandwidth values (in bits per second).
2040 if_bandwidths_t *output_bw, if_bandwidths_t *input_bw);
2048 @param input_bw The input bandwidth values (in bits per second).
2054 if_bandwidths_t *input_bw);
H A Dkpi_interface.c214 ifp->if_input_bw.eff_bw = einit.input_bw;
1000 struct if_bandwidths *input_bw)
1005 if (input_bw != NULL)
1006 (void) ifnet_set_input_bandwidths(ifp, input_bw);
1103 struct if_bandwidths *input_bw)
1110 if (input_bw != NULL)
1111 *input_bw = ifp->if_input_bw;
999 ifnet_set_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw, struct if_bandwidths *input_bw) argument
1102 ifnet_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw, struct if_bandwidths *input_bw) argument

Completed in 33 milliseconds