Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c5597 struct sctp_strseq_mid *stseq_m, strseqbuf_m; in sctp_handle_forward_tsn() local
5609 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn()
5613 if (stseq_m == NULL) { in sctp_handle_forward_tsn()
5616 sid = ntohs(stseq_m->sid); in sctp_handle_forward_tsn()
5617 mid = ntohl(stseq_m->mid); in sctp_handle_forward_tsn()
5618 flags = ntohs(stseq_m->flags); in sctp_handle_forward_tsn()