Home | History | Annotate | Download | only in libnpftest

Lines Matching defs:mbuf

10 #include <sys/mbuf.h>
59 struct mbuf {
90 struct mbuf * npfkern_m_get(npf_t *, unsigned, size_t);
91 size_t npfkern_m_length(const struct mbuf *);
92 void npfkern_m_freem(struct mbuf *);
106 struct mbuf * mbuf_getwithdata(const void *, size_t);
107 struct mbuf * mbuf_construct_ether(int);
108 struct mbuf * mbuf_construct(int);
109 struct mbuf * mbuf_construct6(int);
110 void * mbuf_return_hdrs(struct mbuf *, bool, struct ip **);
111 void * mbuf_return_hdrs6(struct mbuf *, struct ip6_hdr **);
112 void mbuf_icmp_append(struct mbuf *, struct mbuf *);
114 struct mbuf * mbuf_get_pkt(int, int, const char *, const char *, int, int);
115 struct mbuf * mbuf_get_frame(const char *, const char *, uint16_t);
116 npf_cache_t * get_cached_pkt(struct mbuf *, const char *, uint32_t);