Searched defs:tei (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c350 struct T_exdata_ind *tei; local
360 ASSERT(MBLKL(mp) >= sizeof (*tei) && MBLKL(mp->b_cont) > 0);
396 tei = (struct T_exdata_ind *)mp->b_rptr;
397 tei->PRIM_type = T_EXDATA_IND;
398 tei->MORE_flag = 0;
399 mp->b_wptr = (uchar_t *)&tei[1];
H A Dtcp_input.c3546 struct T_exdata_ind *tei; local
3568 tei = (struct T_exdata_ind *)mp1->b_rptr;
3569 tei->PRIM_type = T_EXDATA_IND;
3570 tei->MORE_flag = 0;
3571 mp1->b_wptr = (uchar_t *)&tei[1];
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2065 struct T_exdata_ind *tei; local
2071 tei = (struct T_exdata_ind *)mp1->b_rptr;
2072 tei->PRIM_type = T_EXDATA_IND;
2073 tei->MORE_flag = 0;
2074 mp1->b_wptr = (uchar_t *)&tei[1];
2148 struct T_exdata_ind *tei; local
2154 tei = (struct T_exdata_ind *)mp->b_rptr;
2155 tei->PRIM_type = T_EXDATA_IND;
2156 tei->MORE_flag = 0;
2157 mp->b_wptr = (uchar_t *)&tei[
[all...]

Completed in 75 milliseconds