Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
packet_diag.h
Go to the documentation of this file.
1 #ifndef __PACKET_DIAG_H__
2 #define __PACKET_DIAG_H__
3 
4 #include <linux/types.h>
5 
13 };
14 
15 #define PACKET_SHOW_INFO 0x00000001 /* Basic packet_sk information */
16 #define PACKET_SHOW_MCLIST 0x00000002 /* A set of packet_diag_mclist-s */
17 #define PACKET_SHOW_RING_CFG 0x00000004 /* Rings configuration parameters */
18 #define PACKET_SHOW_FANOUT 0x00000008
19 
24 
27 };
28 
29 enum {
35 
37 };
38 
46 
47 #define PDI_RUNNING 0x1
48 #define PDI_AUXDATA 0x2
49 #define PDI_ORIGDEV 0x4
50 #define PDI_VNETHDR 0x8
51 #define PDI_LOSS 0x10
52 };
53 
60 };
61 
70 };
71 
72 #endif