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

/freebsd-10-stable/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] "
455 ggioc.gctl_maxcount = queue_size;
549 queue_size = strtoul(optarg, NULL, 10);
550 if (queue_size == 0 && errno != 0)
551 errx(EXIT_FAILURE, "Invalid queue_size.");
/freebsd-10-stable/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-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c669 int queue_size = sizeof(struct dn_flow_queue8); local
679 need = pipe_size + queue_size * n_queue;
725 int queue_size = sizeof(struct dn_flow_queue8); local
733 need = fs_size + queue_size * n_queue;

Completed in 118 milliseconds