Searched refs:SN_SCTP_FIRSTCHUNK (Results 1 – 1 of 1) sorted by relevance
208 #define SN_SCTP_FIRSTCHUNK(sctphead) (struct sctp_chunkhdr *)(((char *)sctphead) + sizeof(struct sc… macro1097 chunk_hdr = SN_SCTP_FIRSTCHUNK(sctp_hdr); in sctp_PktParser()