HomeSort by: relevance | last modified time | path
    Searched refs:sctp_cwnd_log_req (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_uio.h 552 struct sctp_cwnd_log_req { struct
sctputil.c 307 struct sctp_cwnd_log_req *req;
313 size_limit = (m->m_len - sizeof(struct sctp_cwnd_log_req));
317 req = mtod(m, struct sctp_cwnd_log_req *);
374 m->m_len = (cnt_out * sizeof(struct sctp_cwnd_log_req)) + sizeof(struct sctp_cwnd_log_req);

Completed in 14 milliseconds