Home
last modified time | relevance | path

Searched refs:m_pktdat (Results 1 – 25 of 38) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmbuf.h321 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
333 #define MHLEN (MSIZE - offsetof(struct _mbuf_dummy, m_pktdat))
570 (m)->m_data = (m)->m_pktdat; \
604 (to)->m_data = (to)->m_pktdat; \
655 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
677 (((m)->m_flags & M_PKTHDR) ? (m)->m_pktdat : (m)->m_dat)
685 offsetof(struct mbuf, m_pktdat) : offsetof(struct mbuf, m_dat))
1001 m->m_data = m->m_pktdat; in m_pkthdr_init()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h228 #define m_pktdat M_dat.MH.MH_dat.MH_databuf
346 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
403 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c92 m->m_data = m->m_pktdat;
593 m->m_data = m->m_pktdat;
826 to->m_data = to->m_pktdat;
1220 to->m_data = to->m_pktdat;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h228 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
346 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
403 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c92 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
593 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
826 to->m_data = to->m_pktdat; in m_move_pkthdr()
1220 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h228 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
346 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
403 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c92 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
593 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
826 to->m_data = to->m_pktdat; in m_move_pkthdr()
1220 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h254 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
375 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
432 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c93 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
454 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
687 to->m_data = to->m_pktdat; in m_move_pkthdr()
1088 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h228 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
346 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
403 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c92 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
593 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
826 to->m_data = to->m_pktdat; in m_move_pkthdr()
1220 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h254 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
376 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
433 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c93 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
458 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
691 to->m_data = to->m_pktdat; in m_move_pkthdr()
1085 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h225 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
340 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
397 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c90 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
584 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
817 to->m_data = to->m_pktdat; in m_move_pkthdr()
1211 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h228 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
346 ((m)->m_flags & M_PKTHDR)? (m)->m_data - (m)->m_pktdat : \
403 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c92 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
593 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
826 to->m_data = to->m_pktdat; in m_move_pkthdr()
1220 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h254 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
375 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
432 KASSERT((m)->m_data == (m)->m_pktdat, \
H A Duser_mbuf.c93 m->m_data = m->m_pktdat; in mbuf_constructor_dup()
454 m->m_data = m->m_pktdat; in mb_ctor_mbuf()
687 to->m_data = to->m_pktdat; in m_move_pkthdr()
1088 to->m_data = to->m_pktdat; in m_dup_pkthdr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h257 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
378 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
435 KASSERT((m)->m_data == (m)->m_pktdat, \
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h257 #define m_pktdat M_dat.MH.MH_dat.MH_databuf macro
378 (m)->m_flags & M_PKTHDR ? (m)->m_data - (m)->m_pktdat : \
435 KASSERT((m)->m_data == (m)->m_pktdat, \
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_token.h111 (ALIGN(((m)->m_flags & M_EXT ? (m)->m_ext.ext_buf : &(m)->m_pktdat[0]) \
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_mvec.h35 #define mtomv(m) ((struct mbuf_vec *)((m)->m_pktdat))
H A Dcxgb_osdep.c131 mv = (struct mbuf_vec *)((m)->m_pktdat); in _m_explode()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsm_subs.h56 (m)->m_data = (m)->m_pktdat; \

12