Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c7139 struct sctp_idata_chunk *ndchkh = NULL; in sctp_move_to_outqueue() local
7549 ndchkh = mtod(chk->data, struct sctp_idata_chunk *); in sctp_move_to_outqueue()
7581 ndchkh->ch.chunk_type = SCTP_IDATA; in sctp_move_to_outqueue()
7582 ndchkh->ch.chunk_flags = chk->rec.data.rcv_flags; in sctp_move_to_outqueue()
7583 ndchkh->dp.tsn = htonl(chk->rec.data.tsn); in sctp_move_to_outqueue()
7584 ndchkh->dp.sid = htons(strq->sid); in sctp_move_to_outqueue()
7585 ndchkh->dp.reserved = htons(0); in sctp_move_to_outqueue()
7586 ndchkh->dp.mid = htonl(chk->rec.data.mid); in sctp_move_to_outqueue()
7588 ndchkh->dp.ppid_fsn.ppid = chk->rec.data.ppid; in sctp_move_to_outqueue()
7590 ndchkh->dp.ppid_fsn.fsn = htonl(sp->fsn); in sctp_move_to_outqueue()
[all …]