Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/altq/
HDaltq_priq.h104 u_int pif_bandwidth; /* link bandwidth in bps */ member
HDaltq_fairq.h141 u_int pif_bandwidth; /* link bandwidth in bps */ member
HDaltq_priq.c107 pif->pif_bandwidth = a->ifbandwidth; in priq_add_altq()
334 if (pif->pif_bandwidth < 8) in priq_class_create()
338 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8); in priq_class_create()
HDaltq_fairq.c161 pif->pif_bandwidth = a->ifbandwidth; in fairq_add_altq()
396 if (pif->pif_bandwidth < 8) in fairq_class_create()
400 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8); in fairq_class_create()