Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
inet_diag.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  inet_diag_sockid
 
struct  inet_diag_req
 
struct  inet_diag_req_v2
 
struct  inet_diag_bc_op
 
struct  inet_diag_hostcond
 
struct  inet_diag_msg
 
struct  inet_diag_meminfo
 
struct  tcpvegas_info
 

Macros

#define TCPDIAG_GETSOCK   18
 
#define DCCPDIAG_GETSOCK   19
 
#define INET_DIAG_GETSOCK_MAX   24
 
#define INET_DIAG_NOCOOKIE   (~0U)
 
#define INET_DIAG_REQ_MAX   INET_DIAG_REQ_BYTECODE
 
#define INET_DIAG_MAX   INET_DIAG_SKMEMINFO
 

Enumerations

enum  { INET_DIAG_REQ_NONE, INET_DIAG_REQ_BYTECODE }
 
enum  {
  INET_DIAG_BC_NOP, INET_DIAG_BC_JMP, INET_DIAG_BC_S_GE, INET_DIAG_BC_S_LE,
  INET_DIAG_BC_D_GE, INET_DIAG_BC_D_LE, INET_DIAG_BC_AUTO, INET_DIAG_BC_S_COND,
  INET_DIAG_BC_D_COND
}
 
enum  {
  INET_DIAG_NONE, INET_DIAG_MEMINFO, INET_DIAG_INFO, INET_DIAG_VEGASINFO,
  INET_DIAG_CONG, INET_DIAG_TOS, INET_DIAG_TCLASS, INET_DIAG_SKMEMINFO
}
 

Macro Definition Documentation

#define DCCPDIAG_GETSOCK   19

Definition at line 8 of file inet_diag.h.

#define INET_DIAG_GETSOCK_MAX   24

Definition at line 10 of file inet_diag.h.

#define INET_DIAG_MAX   INET_DIAG_SKMEMINFO

Definition at line 114 of file inet_diag.h.

#define INET_DIAG_NOCOOKIE   (~0U)

Definition at line 20 of file inet_diag.h.

#define INET_DIAG_REQ_MAX   INET_DIAG_REQ_BYTECODE

Definition at line 51 of file inet_diag.h.

#define TCPDIAG_GETSOCK   18

Definition at line 7 of file inet_diag.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
INET_DIAG_REQ_NONE 
INET_DIAG_REQ_BYTECODE 

Definition at line 46 of file inet_diag.h.

anonymous enum
Enumerator:
INET_DIAG_BC_NOP 
INET_DIAG_BC_JMP 
INET_DIAG_BC_S_GE 
INET_DIAG_BC_S_LE 
INET_DIAG_BC_D_GE 
INET_DIAG_BC_D_LE 
INET_DIAG_BC_AUTO 
INET_DIAG_BC_S_COND 
INET_DIAG_BC_D_COND 

Definition at line 65 of file inet_diag.h.

anonymous enum
Enumerator:
INET_DIAG_NONE 
INET_DIAG_MEMINFO 
INET_DIAG_INFO 
INET_DIAG_VEGASINFO 
INET_DIAG_CONG 
INET_DIAG_TOS 
INET_DIAG_TCLASS 
INET_DIAG_SKMEMINFO 

Definition at line 103 of file inet_diag.h.