Symbol: nodelay
crypto/heimdal/appl/push/push.c
131
(void *)&nodelay, sizeof(nodelay)) < 0)
crypto/heimdal/appl/push/push.c
95
do_connect (const char *hostname, int port, int nodelay)
sbin/hastd/proto_tcp.c
194
int ret, nodelay;
sbin/hastd/proto_tcp.c
223
nodelay = 1;
sbin/hastd/proto_tcp.c
224
if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
sbin/hastd/proto_tcp.c
225
sizeof(nodelay)) == -1) {
sys/dev/oce/oce_hw.h
1336
uint32_t nodelay:1;
sys/dev/oce/oce_hw.h
1351
uint32_t nodelay:1;
sys/dev/oce/oce_hw.h
1381
uint32_t nodelay:1;
sys/dev/oce/oce_hw.h
1399
uint32_t nodelay:1;
sys/dev/oce/oce_if.h
622
boolean_t nodelay;
sys/dev/oce/oce_mbox.c
1837
ctx->v2.nodelay = cq->cq_cfg.nodelay;
sys/dev/oce/oce_mbox.c
1852
ctx->v0.nodelay = cq->cq_cfg.nodelay;
sys/dev/oce/oce_queue.c
77
uint32_t nodelay, uint32_t ncoalesce);
sys/dev/oce/oce_queue.c
844
uint32_t nodelay, uint32_t ncoalesce)
sys/dev/oce/oce_queue.c
861
cq->cq_cfg.nodelay = (uint8_t) nodelay;
sys/dev/ocs_fc/sli4.h
1577
nodelay:1,
sys/dev/ocs_fc/sli4.h
1610
nodelay:1,
sys/dev/ocs_fc/sli4.h
1646
nodelay:1,
tests/sys/kern/ktls_test.c
331
int nodelay = 1;
tests/sys/kern/ktls_test.c
333
ATF_REQUIRE(setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
tests/sys/kern/ktls_test.c
334
sizeof(nodelay)) == 0);
tools/test/stress2/include/stress.h
46
int nodelay;
tools/test/stress2/lib/main.c
107
if ((strcmp(getprogname(), "run") != 0) && (op->nodelay == 0))
tools/test/stress2/lib/options.c
124
op->nodelay = 1;
tools/test/stress2/lib/options.c
154
op->nodelay = 0;
tools/test/stress2/lib/options.c
184
op->nodelay = 1;
tools/tools/ath/athratestats/main.c
391
nodelay(stdscr, 1);
tools/tools/so_splice/proxy.c
187
nodelay(sd[0]);
tools/tools/so_splice/proxy.c
188
nodelay(sd[1]);
tools/tools/so_splice/proxy.c
298
nodelay(s);
tools/tools/so_splice/proxy.c
303
nodelay(ts);
usr.sbin/gstat/gstat.c
278
nodelay(stdscr, 1);
usr.sbin/pmcstat/pmcstat.c
1320
nodelay(stdscr, 1);