Searched defs:outchain (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c6823 struct mbuf *outchain,
6837 if (outchain)
6838 sctp_m_freem(outchain);
6854 if (outchain == NULL) {
6857 outchain = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_HEADER);
6858 if (outchain == NULL) {
6861 SCTP_BUF_LEN(outchain) = 0;
6862 *endofchain = outchain;
6864 SCTP_BUF_RESV_UF(outchain, (SCTP_FIRST_MBUF_RESV+4));
6868 m = outchain;
6822 sctp_copy_mbufchain(struct mbuf *clonechain, struct mbuf *outchain, struct mbuf **endofchain, int can_take_mbuf, int sizeofcpy, uint8_t copy_by_ref) argument
8222 struct mbuf *outchain, *endoutchain; local
9497 struct mbuf *outchain; local
[all...]

Completed in 328 milliseconds