Searched defs:m_hdr (Results 1 – 3 of 3) sorted by relevance
59 struct m_hdr { struct60 struct mbuf *mh_next; /* Linked list of mbufs */61 struct mbuf *mh_prev;62 struct mbuf *mh_nextpkt; /* Next packet in queue/record */63 struct mbuf *mh_prevpkt; /* Flags aren't used in the output queue */64 int mh_flags; /* Misc flags */88 struct m_hdr m_hdr; member
59 struct m_hdr { struct60 struct mbuf *mh_next; /* Linked list of mbufs */61 struct mbuf *mh_prev;62 struct mbuf *mh_nextpkt; /* Next packet in queue/record */63 struct mbuf *mh_prevpkt; /* Flags aren't used in the output queue */64 int mh_flags; /* Misc flags */88 struct m_hdr m_hdr; argument
175 struct m_hdr { struct176 struct mbuf *mh_next; /* next buffer in chain */177 struct mbuf *mh_nextpkt; /* next chain in queue/record */178 caddr_t mh_data; /* location of data */179 int mh_len; /* amount of data in this mbuf */180 int mh_flags; /* flags; see below */181 short mh_type; /* type of data in this mbuf */182 uint8_t pad[M_HDR_PAD];/* word align */232 struct m_hdr m_hdr; member