Home
last modified time | relevance | path

Searched refs:sctp_ndelay (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h793 sctp_ndelay : 1, /* turn off Nagle */ member
834 #define sctp_ndelay sctp_bits.sctp_ndelay macro
H A Dsctp_opt_data.c848 *i1 = sctp->sctp_ndelay; in sctp_get_opt()
1175 sctp->sctp_ndelay = ONOFF(*i1); in sctp_set_opt()
H A Dsctp.c869 sctp->sctp_ndelay = psctp->sctp_ndelay; in sctp_init_values()
H A Dsctp_output.c1037 !sctp->sctp_ndelay || in sctp_output()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c592 mdb_printf("\tndelay\t\t\t%d\n", sctp->sctp_ndelay); in show_sctp_flags()