Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_mbuf.c490 clust = m->m_ext.ext_buf; in dn_pack_release()
720 m->m_ext.ext_buf = (char *)mem; in mb_ctor_clust()
721 m->m_data = m->m_ext.ext_buf; in mb_ctor_clust()
746 m->m_ext.ext_buf == NULL) in mb_zinit_pack()
766 trash_fini(m->m_ext.ext_buf, MCLBYTES); in mb_zfini_pack()
798 m->m_data = m->m_ext.ext_buf; in mb_ctor_pack()
1205 uma_zfree(zone_clust, m->m_ext.ext_buf); in mb_free_ext()
1312 m->m_ext.ext_buf = (char *)NULL; in m_clget()
1342 m->m_ext.ext_buf = NULL; in m_cljget()
1513 mb->m_ext.ext_buf = buf; in m_extadd()
[all …]
H A Dkern_sendfile.c1087 m0->m_ext.ext_buf = (char *)sf_buf_kva(sf); in vn_sendfile()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h193 caddr_t ext_buf; /* start of buffer */ member
659 m->m_ext.ext_buf = buf; in m_extaddref()
661 m->m_data = m->m_ext.ext_buf; in m_extaddref()
793 m->m_data = m->m_ext.ext_buf = cl; in m_cljset()
881 (((m)->m_flags & M_EXT) ? (m)->m_ext.ext_buf : \
/f-stack/freebsd/sys/
H A Dmbuf.h278 char *ext_buf; /* start of buffer */ member
885 m->m_ext.ext_buf = buf; in m_extaddref()
887 m->m_data = m->m_ext.ext_buf; in m_extaddref()
1019 m->m_data = m->m_ext.ext_buf = cl; in m_cljset()
1113 ((m)->m_flags & M_EXT) ? (m)->m_ext.ext_buf : \
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h324 #define SCTP_BUF_EXTEND_BASE(m) (m->m_ext.ext_buf)
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1515 int ext_buf = 0; in rte_pmd_vhost_probe() local
1617 &open_int, &ext_buf); in rte_pmd_vhost_probe()
1621 if (ext_buf == 1) in rte_pmd_vhost_probe()
/f-stack/freebsd/netipsec/
H A Dkey_debug.c908 m->m_ext.ext_buf, m->m_ext.ext_free, in kdebug_mbufhdr()