Searched refs:ndchkh (Results 1 – 1 of 1) sorted by relevance
7241 struct sctp_idata_chunk *ndchkh = NULL; in sctp_move_to_outqueue() local7598 ndchkh = mtod(chk->data, struct sctp_idata_chunk *); in sctp_move_to_outqueue()7630 ndchkh->ch.chunk_type = SCTP_IDATA; in sctp_move_to_outqueue()7631 ndchkh->ch.chunk_flags = chk->rec.data.rcv_flags; in sctp_move_to_outqueue()7632 ndchkh->dp.tsn = htonl(chk->rec.data.tsn); in sctp_move_to_outqueue()7633 ndchkh->dp.sid = htons(strq->sid); in sctp_move_to_outqueue()7634 ndchkh->dp.reserved = htons(0); in sctp_move_to_outqueue()7635 ndchkh->dp.mid = htonl(chk->rec.data.mid); in sctp_move_to_outqueue()7637 ndchkh->dp.ppid_fsn.ppid = chk->rec.data.ppid; in sctp_move_to_outqueue()7639 ndchkh->dp.ppid_fsn.fsn = htonl(sp->fsn); in sctp_move_to_outqueue()[all …]