HomeSort by: relevance | last modified time | path
    Searched refs:node_queue_bw (Results 1 - 3 of 3) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 133 struct node_queue_bw { struct
139 struct node_queue_bw m1; /* slope of 1st segment; bps */
141 struct node_queue_bw m2; /* slope of 2nd segment; bps */
218 int eval_pfaltq(struct pfctl *, struct pf_altq *, struct node_queue_bw *,
220 int eval_pfqueue(struct pfctl *, struct pf_altq *, struct node_queue_bw *,
223 void print_altq(const struct pf_altq *, unsigned, struct node_queue_bw *,
225 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
pfctl_altq.c 86 u_int32_t eval_bwspec(struct node_queue_bw *, u_int32_t);
146 print_altq(const struct pf_altq *a, unsigned level, struct node_queue_bw *bw,
183 print_queue(const struct pf_altq *a, unsigned level, struct node_queue_bw *bw,
222 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw,
293 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw,
1206 eval_bwspec(struct node_queue_bw *bw, u_int32_t ref_bw)
parse.y 236 struct node_queue_bw queue_bwspec;
289 struct node_queue_bw bwspec, struct node_queue_opt *);
291 struct node_queue_bw, struct node_queue_opt *);
391 struct node_queue_bw queue_bwspec;
4393 struct node_queue *nqueues, struct node_queue_bw bwspec,
4399 struct node_queue_bw bw;
4502 struct node_queue *nqueues, struct node_queue_bw bwspec,

Completed in 14 milliseconds