Searched refs:if_bandwidths (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif.h686 struct if_bandwidths iflpr_output_bw;
687 struct if_bandwidths iflpr_input_bw;
H A Dif_var.h287 struct if_bandwidths { struct
567 struct if_bandwidths if_output_bw;
568 struct if_bandwidths if_input_bw;
1028 struct if_bandwidths *);
1030 struct if_bandwidths *, boolean_t);
H A Dkpi_interface.c999 ifnet_set_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw,
1000 struct if_bandwidths *input_bw)
1015 ifnet_set_output_bandwidths(struct ifnet *ifp, struct if_bandwidths *bw,
1018 struct if_bandwidths old_bw;
1056 ifnet_set_input_bandwidths(struct ifnet *ifp, struct if_bandwidths *bw)
1058 struct if_bandwidths old_bw;
1102 ifnet_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw,
1103 struct if_bandwidths *input_bw)
H A Dkpi_interface.h2026 typedef struct if_bandwidths if_bandwidths_t;

Completed in 79 milliseconds