Searched refs:cansend (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_output.c | 807 * 'cansend' is used to determine if need to try and chunkify messages from 810 * firstseg_len indicates the space already used, cansend represents remaining 812 * be used to compute the cansend arg). 816 int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) 906 if (cansend > 0 && sctp->sctp_xmit_unsent != NULL) { 922 meta = sctp_chunkify(sctp, fp->sf_pmss, firstseg_len, cansend); 994 uint32_t cansend; local 1023 cansend = sctp->sctp_frwnd; 1024 if (sctp->sctp_unsent < cansend) 1025 cansend 815 sctp_get_msg_to_send(sctp_t *sctp, mblk_t **mp, mblk_t *meta, int *error, int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) argument [all...] |
H A D | sctp_cookie.c | 935 int32_t cansend; local 1146 cansend = MIN(sctp->sctp_unsent, sctp->sctp_frwnd); 1148 cansend, NULL); 1161 (seglen - sizeof (*sdc)) > cansend) {
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socknotify.c | 175 KSOCKET_CALLBACK(so, cansend, 0);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 2758 int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp) 2802 if (!(*cansend)(gld->gld_qptr)) { 2859 int (*cansend)(queue_t *qp); 2904 cansend = canput; 2907 cansend = canputnext; 2915 cansend, &fgld); 2919 cansend, &fgld); 2757 gld_sendup_vlan(gld_vlan_t *vlan, pktinfo_t *pktinfo, mblk_t *mp, int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp) argument
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 677 SETCALLBACK(so, cb, cansend, KSOCKET_CB_CANSEND)
|
Completed in 98 milliseconds