Home
last modified time | relevance | path

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

/freebsd/sbin/ggate/shared/
H A Dggate.c271 int nagle = 1; variable
283 if (nagle) { in g_gate_socket_settings()
H A Dggate.h66 extern int nagle;
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c432 toep->params.nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in t4_ctloutput()
434 V_TF_NAGLE(1), V_TF_NAGLE(toep->params.nagle), 0, 0); in t4_ctloutput()
1147 MPASS(cp->nagle == 0 || cp->nagle == 1); in calc_options0()
1148 opt0 |= V_NAGLE(cp->nagle); in calc_options0()
1289 if (s->nagle >= 0) in init_conn_params()
1290 cp->nagle = s->nagle > 0 ? 1 : 0; in init_conn_params()
1292 cp->nagle = tp->t_flags & TF_NODELAY ? 0 : 1; in init_conn_params()
1667 .nagle = -1, in lookup_offload_policy()
H A Dt4_tom.h109 int8_t nagle; member
H A Dt4_cpl_io.c559 (toep->params.nagle == 0 ? 0 : in write_tx_wr()
/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h389 int8_t nagle; member
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c579 nagle = 0; in main()
/freebsd/sys/netinet/
H A Dsctp_uio.h925 struct sctp_nagle_log nagle; member
H A Dsctputil.c165 sctp_clog.x.nagle.stcb = (void *)stcb; in sctp_log_nagle_event()
166 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; in sctp_log_nagle_event()
167 sctp_clog.x.nagle.total_in_queue = stcb->asoc.total_output_queue_size; in sctp_log_nagle_event()
168 sctp_clog.x.nagle.count_in_queue = stcb->asoc.chunks_on_out_queue; in sctp_log_nagle_event()
169 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
/freebsd/sbin/ggate/ggated/
H A Dggated.c1059 nagle = 0; in main()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c3055 os->nagle = (*pneg + 1) & 1; in parse_offload_settings_word()
3170 .nagle = -1, in parse_offload_settings()