Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_dn_glue.c198 struct dn_flow_queue8 { struct
199 struct dn_flow_queue8 *next ; argument
571 need += V_dn_cfg.si_count * sizeof(struct dn_flow_queue8); in dn_compat_calc_size()
572 need += V_dn_cfg.queue_count * sizeof(struct dn_flow_queue8); in dn_compat_calc_size()
582 struct dn_flow_queue8 *fq8 = (struct dn_flow_queue8 *)*a->start; in dn_c_copy_q()
598 size = sizeof(struct dn_flow_queue8); in dn_c_copy_q()
667 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_pipe()
723 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_queue()