Searched defs:sbl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c366 sctp_sockbuf_limits_t sbl; local
412 &sbl, cr);
H A Dsocksdp.c135 sdp_sockbuf_limits_t sbl; local
159 so->so_family, SDP_CAN_BLOCK, upcalls, &sbl, cr, &error);
163 so->so_rcvbuf = sbl.sbl_rxbuf;
164 so->so_rcvlowat = sbl.sbl_rxlowat;
165 so->so_sndbuf = sbl.sbl_txbuf;
166 so->so_sndlowat = sbl.sbl_txlowat;
H A Dsocksctp.c180 sctp_sockbuf_limits_t sbl; local
211 &sosctp_sock_upcalls, &sbl, cr);
217 &sosctp_assoc_upcalls, &sbl, cr);
223 so->so_rcvbuf = sbl.sbl_rxbuf;
224 so->so_rcvlowat = sbl.sbl_rxlowat;
225 so->so_sndbuf = sbl.sbl_txbuf;
226 so->so_sndlowat = sbl.sbl_txlowat;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1322 sock_upcalls_t *upcalls, sctp_sockbuf_limits_t *sbl,
1485 ASSERT(sbl != NULL);
1487 sbl->sbl_txlowat = connp->conn_sndlowat;
1488 sbl->sbl_txbuf = connp->conn_sndbuf;
1489 sbl->sbl_rxbuf = sctp->sctp_rwnd;
1490 sbl->sbl_rxlowat = SCTP_RECV_LOWATER;
1321 sctp_create(void *ulpd, sctp_t *parent, int family, int type, int flags, sock_upcalls_t *upcalls, sctp_sockbuf_limits_t *sbl, cred_t *credp) argument

Completed in 85 milliseconds