HomeSort by: relevance | last modified time | path
    Searched defs:mowner (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
in.c 2455 struct mowner *mowner = &ii->ii_mowner; local in function:in_lltattach
2456 mowner_init_owner(mowner, ifp->if_xname, "arp");
2457 MOWNER_ATTACH(mowner);
2458 llt->llt_mowner = mowner;
  /src/sys/sys/
mbuf.h 109 struct mowner { struct
112 LIST_ENTRY(mowner) mo_link; /* */
135 /* userland-exported version of struct mowner */
139 LIST_ENTRY(mowner) mo_link; /* unused padding; for compatibility */
154 struct mowner *mh_owner; /* mbuf owner */
416 void mowner_init_owner(struct mowner *, const char *, const char *);
419 void m_claim(struct mbuf *, struct mowner *);
421 void mowner_attach(struct mowner *);
422 void mowner_detach(struct mowner *);
423 void m_claimm(struct mbuf *, struct mowner *);
    [all...]

Completed in 13 milliseconds