webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
mbuf Struct Reference

#include <user_mbuf.h>

Public Attributes

struct m_hdr m_hdr
 
union {
   struct {
      struct pkthdr   MH_pkthdr
 
      union {
         struct m_ext   MH_ext
 
         char   MH_databuf [MHLEN]
 
      }   MH_dat
 
   }   MH
 
   char   M_databuf [MLEN]
 
M_dat
 

Member Data Documentation

◆ M_dat

union { ... } mbuf::M_dat

◆ M_databuf

char mbuf::M_databuf[MLEN]

◆ m_hdr

struct m_hdr mbuf::m_hdr

◆ MH

struct { ... } mbuf::MH

◆ MH_dat

union { ... } mbuf::MH_dat

◆ MH_databuf

char mbuf::MH_databuf[MHLEN]

◆ MH_ext

struct m_ext mbuf::MH_ext

◆ MH_pkthdr

struct pkthdr mbuf::MH_pkthdr

The documentation for this struct was generated from the following file: