Home
last modified time | relevance | path

Searched refs:OPT_size (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c132 if (info.OPT_size >= 0 && _T_IS_XTI(api_semantics)) in _tx_alloc()
134 optsize = info.OPT_size + in _tx_alloc()
137 optsize = info.OPT_size; in _tx_alloc()
156 if (info.OPT_size >= 0 && _T_IS_XTI(api_semantics)) in _tx_alloc()
158 optsize = info.OPT_size + in _tx_alloc()
161 optsize = info.OPT_size; in _tx_alloc()
189 if (info.OPT_size >= 0 && _T_IS_XTI(api_semantics)) in _tx_alloc()
191 optsize = info.OPT_size + in _tx_alloc()
194 optsize = info.OPT_size; in _tx_alloc()
218 optsize = info.OPT_size + in _tx_alloc()
[all …]
H A Dt_getinfo.c99 info->options = infoackp->OPT_size; in _tx_getinfo()
H A D_utility.c531 if (tsap->OPT_size >= 0) in _t_alloc_bufs()
533 optsize = tsap->OPT_size + TX_XTI_LEVEL_MAX_OPTBUF; in _t_alloc_bufs()
535 optsize = tsap->OPT_size; in _t_alloc_bufs()
930 info->options = tiap->OPT_size; in _t_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimod.h89 t_scalar_t OPT_size; member
H A Dtihdr.h372 t_scalar_t OPT_size; /* options size */ member
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c251 ntiptr->tp_info.options = _t_setsize(inforeq.OPT_size); in t_kopen()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c435 tap->OPT_size = 128; in rds_info_req()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c471 tap->OPT_size = rts_max_optsize; in rts_copy_info()
H A Dkeysock.c732 tap->OPT_size = keysock_max_optsize; in keysock_copy_info()
H A Dspdsock.c3212 tap->OPT_size = spdsock_max_optsize; in spdsock_copy_info()
H A Dicmp.c1521 tap->OPT_size = icmp_max_optsize; in icmp_copy_info()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c817 tia->OPT_size = tcp_max_optsize; in tcp_copy_info()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c482 sti->sti_opt_size = tia->OPT_size; in copy_tinfo()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1389 tap->OPT_size = udp_max_optsize; in udp_copy_info()