Home
last modified time | relevance | path

Searched refs:m_ext_set_prop (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1734 __private_extern__ int m_ext_set_prop(struct mbuf *, uint32_t, uint32_t);
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c253 return m_ext_set_prop(mbuf, oldprop, newprop) ? 0 : EBUSY; in mbuf_cluster_set_prop()
H A Duipc_mbuf.c4757 m_ext_set_prop(struct mbuf *m, uint32_t o, uint32_t n) in m_ext_set_prop() function