Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h116 struct mbuf *m_pullup(struct mbuf *, int);
Duser_socket.c2882 if ((m = m_pullup(m, len)) == 0) {
2893 if ((m = m_pullup(m, len)) == 0) {
3028 if ((m = m_pullup(m, len)) == 0) {
3040 if ((m = m_pullup(m, len)) == 0) {
3331 if ((m = m_pullup(m, sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr))) == NULL) {
Duser_mbuf.c842 m_pullup(struct mbuf *n, int len) in m_pullup() function
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c204 m = m_pullup(m, offset);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c6275 if ((m = m_pullup(m, offset)) == NULL) {
6402 if ((m = m_pullup(m, offset)) == NULL) {
Dsctp_pcb.c6510 if ((m = m_pullup(m, offset)) == NULL) {
Dsctputil.c8104 sp = m_pullup(sp, sizeof(struct udphdr) + sizeof(struct sctphdr));