Searched refs:nagle (Results 1 – 11 of 11) sorted by relevance
271 int nagle = 1; variable283 if (nagle) { in g_gate_socket_settings()
66 extern int nagle;
432 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()
109 int8_t nagle; member
559 (toep->params.nagle == 0 ? 0 : in write_tx_wr()
389 int8_t nagle; member
579 nagle = 0; in main()
925 struct sctp_nagle_log nagle; member
165 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()
1059 nagle = 0; in main()
3055 os->nagle = (*pneg + 1) & 1; in parse_offload_settings_word()3170 .nagle = -1, in parse_offload_settings()