Lines Matching defs:m
143 #define MEXT_ISEMBEDDED(m) ((m)->m_ext_ref == (m)) argument
507 struct mbuf *m = object; in mb_ctor() local
521 m_add(struct mbuf *c, struct mbuf *m) in m_add()
537 struct mbuf *m; in m_get() local
568 struct mbuf *m; in m_gethdr() local
596 struct mbuf *m; in m_get_n() local
618 struct mbuf *m; in m_gethdr_n() local
638 m_clget(struct mbuf *m, int how) in m_clget()
691 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
727 m_copym(struct mbuf *m, int off, int len, int wait) in m_copym()
734 m_dup(struct mbuf *m, int off, int len, int wait) in m_dup()
747 m_copy_internal(struct mbuf *m, int off0, int len, int wait, bool deep) in m_copy_internal()
844 m_copypacket(struct mbuf *m, int how) in m_copypacket()
895 m_copydata(struct mbuf *m, int off, int len, void *cp) in m_copydata()
937 m_cat(struct mbuf *m, struct mbuf *n) in m_cat()
960 struct mbuf *m; in m_adj() local
1042 struct mbuf *n = *m0, *m; in m_ensure_contig() local
1099 struct mbuf *m = n; in m_pullup() local
1121 m_pulldown(struct mbuf *m, int off, int len, int *offp) in m_pulldown()
1280 struct mbuf *m; in m_copyup() local
1328 struct mbuf *m, *n; in m_split_internal() local
1393 struct mbuf *m; in m_devget() local
1542 struct mbuf *m, *n; in m_copyback_internal() local
1728 m_defrag(struct mbuf *m, int how) in m_defrag()
1832 m_remove_pkthdr(struct mbuf *m) in m_remove_pkthdr()
1877 m_align(struct mbuf *m, int len) in m_align()
1897 m_apply(struct mbuf *m, int off, int len, in m_apply()
1934 m_getptr(struct mbuf *m, int loc, int *off) in m_getptr()
1967 m_ext_free(struct mbuf *m) in m_ext_free()
2036 m_free(struct mbuf *m) in m_free()
2063 m_freem(struct mbuf *m) in m_freem()
2074 m_print(const struct mbuf *m, const char *modif, void (*pr)(const char *, ...)) in m_print()
2205 mowner_init(struct mbuf *m, int type) in mowner_init()
2220 mowner_ref(struct mbuf *m, int flags) in mowner_ref()
2237 mowner_revoke(struct mbuf *m, bool all, int flags) in mowner_revoke()
2258 mowner_claim(struct mbuf *m, struct mowner *mo) in mowner_claim()
2277 m_claim(struct mbuf *m, struct mowner *mo) in m_claim()
2288 m_claimm(struct mbuf *m, struct mowner *mo) in m_claimm()
2302 m_verify_packet(struct mbuf *m) in m_verify_packet()
2377 m_tag_prepend(struct mbuf *m, struct m_tag *t) in m_tag_prepend()
2384 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
2391 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
2398 m_tag_delete_chain(struct mbuf *m) in m_tag_delete_chain()
2413 m_tag_find(const struct mbuf *m, int type) in m_tag_find()