Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_priq.h104 u_int pif_bandwidth; /* link bandwidth in bps */ member
H A Daltq_fairq.h141 u_int pif_bandwidth; /* link bandwidth in bps */ member
H A Daltq_priq.c108 pif->pif_bandwidth = a->ifbandwidth; in priq_add_altq()
335 if (pif->pif_bandwidth < 8) in priq_class_create()
339 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8); in priq_class_create()
H A Daltq_fairq.c162 pif->pif_bandwidth = a->ifbandwidth; in fairq_add_altq()
397 if (pif->pif_bandwidth < 8) in fairq_class_create()
401 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8); in fairq_class_create()