~ubuntu-branches/ubuntu/raring/iproute/raring-proposed

« back to all changes in this revision

Viewing changes to include/linux/inet_diag.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-05-22 14:10:07 UTC
  • mfrom: (1.1.15) (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120522141007-uuwicj2cx2x71vfb
Tags: 20120319-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark iproute as Multi-Arch: foreign.
  - Add cross-building support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        __u32   idiag_dbs;              /* Tables to dump (NI) */
35
35
};
36
36
 
 
37
struct inet_diag_req_v2 {
 
38
        __u8    sdiag_family;
 
39
        __u8    sdiag_protocol;
 
40
        __u8    idiag_ext;
 
41
        __u8    pad;
 
42
        __u32   idiag_states;
 
43
        struct inet_diag_sockid id;
 
44
};
 
45
 
37
46
enum {
38
47
        INET_DIAG_REQ_NONE,
39
48
        INET_DIAG_REQ_BYTECODE,
97
106
        INET_DIAG_INFO,
98
107
        INET_DIAG_VEGASINFO,
99
108
        INET_DIAG_CONG,
 
109
        INET_DIAG_TOS,
 
110
        INET_DIAG_TCLASS,
 
111
        INET_DIAG_SKMEMINFO,
100
112
};
101
113
 
102
 
#define INET_DIAG_MAX INET_DIAG_CONG
 
114
#define INET_DIAG_MAX INET_DIAG_SKMEMINFO
103
115
 
104
116
 
105
117
/* INET_DIAG_MEM */