Searched refs:bandwidth (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.h216 bandwidth to different flows) and a "pipe", which essentially
220 A PIPE emulates a fixed-bandwidth link, whose bandwidth is
226 The bandwidth available on the pipe is shared by the queues
241 to delay and bandwidth;
391 int bandwidth; /* really, bytes/tick. */ member in struct:dn_pipe
529 int bandwidth; /* really, bytes/tick. */ member in struct:dn_pipe_32
654 int bandwidth; /* really, bytes/tick. */ member in struct:dn_pipe_64
H A Dip_dummynet.c60 * This module implements IP dummynet, a bandwidth limiter/delay emulator
275 p->bandwidth = user_pipe_32.bandwidth;
321 p->bandwidth = user_pipe_64.bandwidth;
466 pipe_bp->bandwidth = p->bandwidth;
507 pipe_bp->bandwidth = p->bandwidth;
779 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth
[all...]
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_fairq.c106 * altq on em0 fairq bandwidth 650Kb queue { std, bulk }
107 * queue std priority 3 bandwidth 200Kb \
109 * queue bulk priority 2 bandwidth 100Kb \
112 * NOTE: When the aggregate bandwidth is less than the link bandwidth
113 * any remaining bandwidth is dynamically assigned using the
114 * existing bandwidth specs as weightings.
314 u_int64_t bandwidth, u_int32_t nbuckets, int flags, u_int64_t hogs_m1,
325 if (bandwidth == 0 || (bandwidth /
313 fairq_add_queue(struct fairq_if *fif, int priority, u_int32_t qlimit, u_int64_t bandwidth, u_int32_t nbuckets, int flags, u_int64_t hogs_m1, u_int64_t lssc_m1, u_int64_t lssc_d, u_int64_t lssc_m2, u_int32_t qid, struct fairq_class **clp) argument
344 fairq_class_create(struct fairq_if *fif, int pri, u_int32_t qlimit, u_int64_t bandwidth, u_int32_t nbuckets, int flags, u_int64_t hogs_m1, u_int64_t lssc_m1, u_int64_t lssc_d, u_int64_t lssc_m2, u_int32_t qid) argument
[all...]
/xnu-2422.115.4/bsd/net/altq/
H A Daltq_fairq.c188 err = fairq_add_queue(fif, a->priority, a->qlimit, a->bandwidth,
/xnu-2422.115.4/bsd/net/
H A Dpfvar.h1651 u_int64_t hogs_m1; /* hog detection bandwidth */
1659 /* bandwidth types */
1661 #define PF_ALTQ_BW_PERCENT 2 /* bandwidth in percentage */
1680 u_int32_t bwtype; /* bandwidth type */
1685 u_int64_t ifbandwidth; /* interface bandwidth */
1701 u_int64_t bandwidth; /* queue bandwidth */ member in struct:pf_altq

Completed in 64 milliseconds