Home
last modified time | relevance | path

Searched refs:T_exdata_ind (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h358 struct T_exdata_ind { struct
559 struct T_exdata_ind exdata_ind; /* expedited data ind */
H A Dt_kuser.h129 #define TEXDATAINDSZ sizeof (struct T_exdata_ind)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2068 struct T_exdata_ind *tei; in so_quiesced_cb()
2074 tei = (struct T_exdata_ind *)mp1->b_rptr; in so_quiesced_cb()
2151 struct T_exdata_ind *tei; in so_quiesced_cb()
2157 tei = (struct T_exdata_ind *)mp->b_rptr; in so_quiesced_cb()
2353 arg.soqa_exdata_mp = allocb_wait(sizeof (struct T_exdata_ind), in so_tpi_fallback()
2383 allocb_wait(sizeof (struct T_exdata_ind), in so_tpi_fallback()
H A Dsockstr.c2008 if (MBLKL(mp) < sizeof (struct T_exdata_ind)) { in strsock_proto()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c362 struct T_exdata_ind *tei; in tcp_fuse_output_urg()
408 tei = (struct T_exdata_ind *)mp->b_rptr; in tcp_fuse_output_urg()
H A Dtcp_input.c3741 struct T_exdata_ind *tei; in tcp_input_data()
3742 mp1 = allocb(sizeof (struct T_exdata_ind), in tcp_input_data()
3763 tei = (struct T_exdata_ind *)mp1->b_rptr; in tcp_input_data()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c2634 sizeof (struct T_exdata_ind)) && in ti_expind_on_rdqueues()
2635 (((struct T_exdata_ind *)bp->b_rptr)->PRIM_type in ti_expind_on_rdqueues()