Searched refs:tind (Results 1 – 1 of 1) sorted by relevance
495 struct T_unitdata_ind *tind; in sosctp_recvmsg() local573 tind = (struct T_unitdata_ind *)mp->b_rptr; in sosctp_recvmsg()575 len = tind->SRC_length; in sosctp_recvmsg()579 opt = sogetoff(mp, tind->SRC_offset, len, 1); in sosctp_recvmsg()589 len = tind->OPT_length; in sosctp_recvmsg()595 opt = sogetoff(mp, tind->OPT_offset, len, in sosctp_recvmsg()2065 struct T_unitdata_ind *tind; in sctp_assoc_recv() local2083 tind = (struct T_unitdata_ind *)mp->b_rptr; in sctp_assoc_recv()2085 (tind->PRIM_type == T_UNITDATA_IND)); in sctp_assoc_recv()2086 ASSERT(tind->SRC_length); in sctp_assoc_recv()[all …]