Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | s_mbuf |
Macros | |
#define | M_SIZE 4504 |
#define | MAX_MBUF 4 |
#define | sm_next m_next |
#define | sm_off m_off |
#define | sm_len m_len |
#define | sm_data m_data |
#define | SMbuf Mbuf |
#define | mtod smtod |
#define | mtodoff smtodoff |
#define | smtod(x, t) ((t)((x)->sm_data + (x)->sm_off)) |
#define | smtodoff(x, t, o) ((t)((x)->sm_data + (o))) |
Typedefs | |
typedef struct s_mbuf | SMbuf |