Home
last modified time | relevance | path

Searched refs:m_nextpkt (Results 1 – 10 of 10) sorted by relevance

/external/qemu/slirp/
Dip_output.c125 struct mbuf **mnext = &m->m_nextpkt; in ip_output()
170 mnext = &m->m_nextpkt; in ip_output()
185 m0 = m->m_nextpkt; in ip_output()
186 m->m_nextpkt = NULL; in ip_output()
Dmbuf.h97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
Dmbuf.c75 m->m_nextpkt = NULL; in m_get()
/external/qemu/slirp-android/
Dip_output.c125 struct mbuf **mnext = &m->m_nextpkt; in ip_output()
170 mnext = &m->m_nextpkt; in ip_output()
185 m0 = m->m_nextpkt; in ip_output()
186 m->m_nextpkt = NULL; in ip_output()
Dmbuf.h97 #define m_nextpkt m_hdr.mh_nextpkt macro
110 #define ifs_next m_nextpkt
Dmbuf.c75 m->m_nextpkt = NULL; in m_get()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_mbuf.h250 #define m_nextpkt m_hdr.mh_nextpkt macro
251 #define m_act m_nextpkt
Duser_mbuf.c88 m->m_nextpkt = NULL; in mbuf_constructor_dup()
453 m->m_nextpkt = NULL; in mb_ctor_mbuf()
/external/ipsec-tools/src/libipsec/
Dkey_debug.c734 m, m->m_next, m->m_nextpkt, m->m_data,
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h819 #define SCTP_BUF_NEXT_PKT(m) (m->m_nextpkt)