Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_header.h384 struct sctp_strseq_mid { struct
H A Dsctp_indata.c5597 struct sctp_strseq_mid *stseq_m, strseqbuf_m; in sctp_handle_forward_tsn()
5603 num_str = fwd_sz / sizeof(struct sctp_strseq_mid); in sctp_handle_forward_tsn()
5609 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn()
5610 sizeof(struct sctp_strseq_mid), in sctp_handle_forward_tsn()
5612 offset += sizeof(struct sctp_strseq_mid); in sctp_handle_forward_tsn()
H A Dsctp_output.c10334 struct sctp_strseq_mid *strseq_m; in send_forward_tsn()
10401 (cnt_of_skipped * sizeof(struct sctp_strseq_mid))); in send_forward_tsn()
10435 cnt_of_skipped /= sizeof(struct sctp_strseq_mid); in send_forward_tsn()
10468 cnt_of_skipped * sizeof(struct sctp_strseq_mid); in send_forward_tsn()
10492 strseq_m = (struct sctp_strseq_mid *)fwdtsn; in send_forward_tsn()