Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_private.h608 struct if_bandwidths iflpr_output_bw;
609 struct if_bandwidths iflpr_input_bw;
H A Dif_var_private.h178 struct if_bandwidths { struct
797 struct if_bandwidths if_output_bw;
798 struct if_bandwidths if_input_bw;
1736 struct if_bandwidths *);
1738 struct if_bandwidths *);
H A Dkpi_interface.c1473 ifnet_set_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw, in ifnet_set_bandwidths()
1474 struct if_bandwidths *input_bw) in ifnet_set_bandwidths()
1516 ifnet_set_output_bandwidths(struct ifnet *ifp, struct if_bandwidths *bw) in ifnet_set_output_bandwidths()
1518 struct if_bandwidths old_bw; in ifnet_set_output_bandwidths()
1590 ifnet_set_input_bandwidths(struct ifnet *ifp, struct if_bandwidths *bw) in ifnet_set_input_bandwidths()
1592 struct if_bandwidths old_bw; in ifnet_set_input_bandwidths()
1648 ifnet_bandwidths(struct ifnet *ifp, struct if_bandwidths *output_bw, in ifnet_bandwidths()
1649 struct if_bandwidths *input_bw) in ifnet_bandwidths()
H A Dkpi_interface.h2568 typedef struct if_bandwidths if_bandwidths_t;