Lines Matching defs:m
21 struct mbuf *m; in npfkern_m_get() local
40 npfkern_m_getdata(const struct mbuf *m) in npfkern_m_getdata()
46 npfkern_m_next(struct mbuf *m) in npfkern_m_next()
52 npfkern_m_buflen(const struct mbuf *m) in npfkern_m_buflen()
58 npfkern_m_length(const struct mbuf *m) in npfkern_m_length()
71 npfkern_m_freem(struct mbuf *m) in npfkern_m_freem()
100 for (struct mbuf *m = *m0; m != NULL; m = m->m_next) { in npfkern_m_ensure_contig() local
114 struct mbuf *m; in mbuf_getwithdata() local
169 struct mbuf *m; in mbuf_construct() local
197 struct mbuf *m; in mbuf_construct6() local
221 mbuf_return_hdrs(struct mbuf *m, bool ether, struct ip **ip) in mbuf_return_hdrs()
236 mbuf_return_hdrs6(struct mbuf *m, struct ip6_hdr **ip6) in mbuf_return_hdrs6()
245 mbuf_icmp_append(struct mbuf *m, struct mbuf *m_orig) in mbuf_icmp_append()
264 struct mbuf *m; in mbuf_get_pkt() local
307 get_cached_pkt(struct mbuf *m, const char *ifname) in get_cached_pkt()
328 struct mbuf *m = nbuf_head_mbuf(npc->npc_nbuf); in put_cached_pkt() local