Lines Matching refs:subh
42 retval->subh.idata_hdr = sctp_addto_chunk(retval, sizeof(dp), &dp);
67 hdr = lchunk->subh.idata_hdr;
100 ssn = ntohs(chunk->subh.data_hdr->ssn);
119 mid = ntohl(chunk->subh.idata_hdr->mid);
830 event->mid = ntohl(chunk->subh.idata_hdr->mid);
832 event->ppid = chunk->subh.idata_hdr->ppid;
834 event->fsn = ntohl(chunk->subh.idata_hdr->fsn);
1116 tsn = ntohl(chunk->subh.data_hdr->tsn);
1122 __be16 sid = chunk->subh.idata_hdr->stream;
1123 __be32 mid = chunk->subh.idata_hdr->mid;
1156 for (pos = (void *)(chunk->subh.ifwdtsn_hdr + 1); \
1157 (void *)pos <= (void *)(chunk->subh.ifwdtsn_hdr + 1) + (end) - \