Lines Matching defs:mbuf_xennet
202 struct mbuf_xennet {
207 SLIST_ENTRY(mbuf_xennet) next;
210 SLIST_HEAD(, mbuf_xennet) tags;
321 struct mbuf_xennet *ref;
323 ref = (struct mbuf_xennet *)m_tag_locate(m, MTAG_COOKIE,
331 struct mbuf_xennet *ref;
333 ref = (struct mbuf_xennet *)m_tag_locate(m, MTAG_COOKIE,
352 struct mbuf_xennet *ref = (struct mbuf_xennet *)t;
1603 struct mbuf_xennet *tag;