Searched refs:queue_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sbin/ggate/ggatec/
H A Dggatec.c65 static unsigned queue_size = G_GATE_QUEUE_SIZE; variable
80 "[-q queue_size] [-R rcvbuf] [-S sndbuf] [-s sectorsize] "
454 ggioc.gctl_maxcount = queue_size;
548 queue_size = strtoul(optarg, NULL, 10);
549 if (queue_size == 0 && errno != 0)
550 errx(EXIT_FAILURE, "Invalid queue_size.");
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Datmapi.h189 uint32_t queue_size; member in struct:atm_prepare_incoming_call
H A Dcc_user.c1236 user->queue_max = prep->queue_size;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c666 int queue_size = sizeof(struct dn_flow_queue8); local
676 need = pipe_size + queue_size * n_queue;
722 int queue_size = sizeof(struct dn_flow_queue8); local
730 need = fs_size + queue_size * n_queue;

Completed in 109 milliseconds