Home
last modified time | relevance | path

Searched refs:m_move_pkthdr (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h66 #define M_MOVE_PKTHDR(to, from) m_move_pkthdr((to), (from))
320 void m_move_pkthdr(struct mbuf *, struct mbuf *);
Duser_mbuf.c821 m_move_pkthdr(struct mbuf *to, struct mbuf *from) in m_move_pkthdr() function