Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
sock_diag.h
Go to the documentation of this file.
1
#ifndef _UAPI__SOCK_DIAG_H__
2
#define _UAPI__SOCK_DIAG_H__
3
4
#include <linux/types.h>
5
6
#define SOCK_DIAG_BY_FAMILY 20
7
8
struct
sock_diag_req
{
9
__u8
sdiag_family
;
10
__u8
sdiag_protocol
;
11
};
12
13
enum
{
14
SK_MEMINFO_RMEM_ALLOC
,
15
SK_MEMINFO_RCVBUF
,
16
SK_MEMINFO_WMEM_ALLOC
,
17
SK_MEMINFO_SNDBUF
,
18
SK_MEMINFO_FWD_ALLOC
,
19
SK_MEMINFO_WMEM_QUEUED
,
20
SK_MEMINFO_OPTMEM
,
21
SK_MEMINFO_BACKLOG
,
22
23
SK_MEMINFO_VARS
,
24
};
25
26
#endif
/* _UAPI__SOCK_DIAG_H__ */
Generated on Thu Jan 10 2013 14:52:36 for Linux Kernel by
1.8.2