Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h355 #define M_TRAILINGSPACE(m) \ macro
Duser_mbuf.c405 length = (int)min(M_TRAILINGSPACE(mb), total - progress); in m_uiotombuf()
1026 if ((off == 0 || offp) && (M_TRAILINGSPACE(n) >= tlen) && writable) { in m_pulldown()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c1997 if (M_TRAILINGSPACE(m) >= plen) { in sctp_add_addr_to_mbuf()
5612 if (M_TRAILINGSPACE(op_err_last) < (int)sizeof(struct sctp_paramhdr)) {
7039 len = (int)M_TRAILINGSPACE(*endofchain);
7042 len = (int)M_TRAILINGSPACE(*endofchain);
7353 cancpy = (int)M_TRAILINGSPACE(ret);
7374 cancpy = (int)M_TRAILINGSPACE(at);
10936 cnt_of_space = (unsigned int)M_TRAILINGSPACE(chk->data);
11217 space = (unsigned int)M_TRAILINGSPACE(a_chk->data);
13119 cancpy = (int)M_TRAILINGSPACE(head);
13142 cancpy = (int)M_TRAILINGSPACE(m);
[all …]
Dsctputil.c3222 if (padlen <= M_TRAILINGSPACE(m)) { in sctp_add_pad_tombuf()
4135 if (len > M_TRAILINGSPACE(m_notify)) { in sctp_notify_stream_reset()