Searched refs:m_tag (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h208 SLIST_HEAD(packet_tags, m_tag) tags;
226 struct m_tag { struct
227 SLIST_ENTRY(m_tag) m_tag_link; // List of packet tags
231 void (*m_tag_free)(struct m_tag*);
327 struct m_tag* m_tag_alloc(u_int32_t, int, int, int);
328 void m_tag_delete(struct mbuf*, struct m_tag*);
329 void m_tag_delete_chain(struct mbuf*, struct m_tag*);
330 void m_tag_free_default(struct m_tag*);
331 struct m_tag* m_tag_locate(struct mbuf*, u_int32_t, int, struct m_tag*);
[all...]
H A Dmbuf-fbsd.h218 static __inline struct m_tag *
219 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start)
221 return (SLIST_EMPTY(&m->m_pkthdr.tags) ? (struct m_tag *)NULL :
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c308 m_tag_free_default(struct m_tag *t)
318 struct m_tag *
321 struct m_tag *t;
326 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
336 m_tag_delete(struct mbuf *m, struct m_tag *t)
346 m_tag_delete_chain(struct mbuf *m, struct m_tag *t)
348 struct m_tag *p, *q;
372 struct m_tag *p, *q;
380 struct m_tag *
381 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp473 struct m_tag* mtag;
494 struct m_tag* mtag;
508 struct m_tag *mtag;
527 struct m_tag *mtag;
548 struct m_tag *mtag;
566 struct m_tag *mtag;
582 struct m_tag *mtag;
600 struct m_tag *mtag;
618 struct m_tag *mtag;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c116 struct m_tag *mtag;
191 * routine. We could stick this in an m_tag and tack that
533 struct m_tag *mtag;

Completed in 47 milliseconds