Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ggate/ggatec/
Dggatec.c65 static unsigned queue_size = G_GATE_QUEUE_SIZE; variable
455 ggioc.gctl_maxcount = queue_size; in g_gatec_create()
549 queue_size = strtoul(optarg, NULL, 10); in main()
550 if (queue_size == 0 && errno != 0) in main()
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_dn_glue.c669 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_pipe() local
679 need = pipe_size + queue_size * n_queue; in dn_compat_copy_pipe()
725 int queue_size = sizeof(struct dn_flow_queue8); in dn_compat_copy_queue() local
733 need = fs_size + queue_size * n_queue; in dn_compat_copy_queue()
Ddummynet.txt773 queue_size: sizeof(dn_queue_xyz);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
Datmapi.h189 uint32_t queue_size; member
Dcc_user.c1236 user->queue_max = prep->queue_size; in cc_user_sig_handle()