Home
last modified time | relevance | path

Searched refs:T_ordrel_ind (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h465 struct T_ordrel_ind { struct
567 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
H A Dt_kuser.h137 #define TORDRELINDSZ sizeof (struct T_ordrel_ind)
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvreldata.c177 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvreldata()
H A Dt_rcvrel.c175 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvrel()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c1014 ordrel_mp = allocb_wait(sizeof (struct T_ordrel_ind), BPRI_HI, in tcp_fallback()
1017 ((struct T_ordrel_ind *)ordrel_mp->b_rptr)->PRIM_type = T_ORDREL_IND; in tcp_fallback()
1018 ordrel_mp->b_wptr += sizeof (struct T_ordrel_ind); in tcp_fallback()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1508 if ((mp = allocb(sizeof (struct T_ordrel_ind), BPRI_HI)) != NULL) { in mi_tpi_ordrel_ind()
1510 ((struct T_ordrel_ind *)mp->b_rptr)->PRIM_type = T_ORDREL_IND; in mi_tpi_ordrel_ind()
1511 mp->b_wptr += sizeof (struct T_ordrel_ind); in mi_tpi_ordrel_ind()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5887 struct T_ordrel_ind *toi; in tl_ordrel_ind_alloc()
5889 if (mp = allocb(sizeof (struct T_ordrel_ind), BPRI_MED)) { in tl_ordrel_ind_alloc()
5891 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_ind); in tl_ordrel_ind_alloc()
5892 toi = (struct T_ordrel_ind *)mp->b_rptr; in tl_ordrel_ind_alloc()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2278 if (MBLKL(mp) < sizeof (struct T_ordrel_ind)) { in strsock_proto()