Searched refs:exported_q (Results 1 – 1 of 1) sorted by relevance
1600 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq()1602 bcopy(&q->x, &exported_q->x, min(sizeof(q->x), sizeof(exported_q->x))) in pf_export_kaltq()1608 struct pf_altq_v0 *exported_q = in pf_export_kaltq() local1615 exported_q->tbrsize = SATU16(q->tbrsize); in pf_export_kaltq()1616 exported_q->ifbandwidth = SATU32(q->ifbandwidth); in pf_export_kaltq()1621 exported_q->bandwidth = SATU32(q->bandwidth); in pf_export_kaltq()1629 #define ASSIGN_OPT(x) exported_q->pq_u.hfsc_opts.x = q->pq_u.hfsc_opts.x in pf_export_kaltq()1630 #define ASSIGN_OPT_SATU32(x) exported_q->pq_u.hfsc_opts.x = \ in pf_export_kaltq()1656 struct pf_altq_v1 *exported_q = in pf_export_kaltq() local