Searched refs:exported_q (Results 1 – 1 of 1) sorted by relevance
1218 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq()1220 bcopy(&q->x, &exported_q->x, min(sizeof(q->x), sizeof(exported_q->x))) in pf_export_kaltq()1226 struct pf_altq_v0 *exported_q = in pf_export_kaltq() local1233 exported_q->tbrsize = SATU16(q->tbrsize); in pf_export_kaltq()1234 exported_q->ifbandwidth = SATU32(q->ifbandwidth); in pf_export_kaltq()1239 exported_q->bandwidth = SATU32(q->bandwidth); in pf_export_kaltq()1247 #define ASSIGN_OPT(x) exported_q->pq_u.hfsc_opts.x = q->pq_u.hfsc_opts.x in pf_export_kaltq()1248 #define ASSIGN_OPT_SATU32(x) exported_q->pq_u.hfsc_opts.x = \ in pf_export_kaltq()1274 struct pf_altq_v1 *exported_q = in pf_export_kaltq() local