Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c5593 struct sctp_strseq_mid *stseq_m, strseqbuf_m; in sctp_handle_forward_tsn() local
5605 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn()
5609 if (stseq_m == NULL) { in sctp_handle_forward_tsn()
5612 sid = ntohs(stseq_m->sid); in sctp_handle_forward_tsn()
5613 mid = ntohl(stseq_m->mid); in sctp_handle_forward_tsn()
5614 flags = ntohs(stseq_m->flags); in sctp_handle_forward_tsn()