Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
3ea2fb98
Commit
3ea2fb98
authored
Jun 20, 2008
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 2.6.26-rc6 headers
Copy sanitized headers from 2.6.26-rc6
parent
b6da1afc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
20 deletions
+31
-20
include/linux/atm.h
include/linux/atm.h
+2
-1
include/linux/if_tunnel.h
include/linux/if_tunnel.h
+19
-3
include/linux/netfilter.h
include/linux/netfilter.h
+1
-0
include/linux/netfilter_ipv4.h
include/linux/netfilter_ipv4.h
+0
-2
include/linux/rtnetlink.h
include/linux/rtnetlink.h
+3
-2
include/linux/types.h
include/linux/types.h
+0
-7
include/linux/xfrm.h
include/linux/xfrm.h
+6
-5
No files found.
include/linux/atm.h
View file @
3ea2fb98
...
...
@@ -19,6 +19,7 @@
#include <linux/atmapi.h>
#include <linux/atmsap.h>
#include <linux/atmioc.h>
#include <linux/types.h>
/* general ATM constants */
...
...
@@ -207,7 +208,7 @@ struct sockaddr_atmsvc {
char
pub
[
ATM_E164_LEN
+
1
];
/* public address (E.164) */
/* unused addresses must be bzero'ed */
char
lij_type
;
/* role in LIJ call; one of ATM_LIJ* */
uint32_t
lij_id
;
/* LIJ call identifier */
__u32
lij_id
;
/* LIJ call identifier */
}
sas_addr
__ATM_API_ALIGN
;
/* SVC address */
};
...
...
include/linux/if_tunnel.h
View file @
3ea2fb98
...
...
@@ -7,6 +7,10 @@
#define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1)
#define SIOCDELTUNNEL (SIOCDEVPRIVATE + 2)
#define SIOCCHGTUNNEL (SIOCDEVPRIVATE + 3)
#define SIOCGETPRL (SIOCDEVPRIVATE + 4)
#define SIOCADDPRL (SIOCDEVPRIVATE + 5)
#define SIOCDELPRL (SIOCDEVPRIVATE + 6)
#define SIOCCHGPRL (SIOCDEVPRIVATE + 7)
#define GRE_CSUM __constant_htons(0x8000)
#define GRE_ROUTING __constant_htons(0x4000)
...
...
@@ -17,9 +21,6 @@
#define GRE_FLAGS __constant_htons(0x00F8)
#define GRE_VERSION __constant_htons(0x0007)
/* i_flags values for SIT mode */
#define SIT_ISATAP 0x0001
struct
ip_tunnel_parm
{
char
name
[
IFNAMSIZ
];
...
...
@@ -31,4 +32,19 @@ struct ip_tunnel_parm
struct
iphdr
iph
;
};
/* SIT-mode i_flags */
#define SIT_ISATAP 0x0001
struct
ip_tunnel_prl
{
__be32
addr
;
__u16
flags
;
__u16
__reserved
;
__u32
datalen
;
__u32
__reserved2
;
/* data follows */
};
/* PRL flags */
#define PRL_DEFAULT 0x0001
#endif
/* _IF_TUNNEL_H_ */
include/linux/netfilter.h
View file @
3ea2fb98
#ifndef __LINUX_NETFILTER_H
#define __LINUX_NETFILTER_H
#include <linux/types.h>
/* Responses from hook functions. */
#define NF_DROP 0
...
...
include/linux/netfilter_ipv4.h
View file @
3ea2fb98
...
...
@@ -60,8 +60,6 @@ enum nf_ip_hook_priorities {
NF_IP_PRI_FILTER
=
0
,
NF_IP_PRI_NAT_SRC
=
100
,
NF_IP_PRI_SELINUX_LAST
=
225
,
NF_IP_PRI_CONNTRACK_HELPER
=
INT_MAX
-
2
,
NF_IP_PRI_NAT_SEQ_ADJUST
=
INT_MAX
-
1
,
NF_IP_PRI_CONNTRACK_CONFIRM
=
INT_MAX
,
NF_IP_PRI_LAST
=
INT_MAX
,
};
...
...
include/linux/rtnetlink.h
View file @
3ea2fb98
...
...
@@ -246,6 +246,7 @@ enum rt_class_t
{
RT_TABLE_UNSPEC
=
0
,
/* User defined values */
RT_TABLE_COMPAT
=
252
,
RT_TABLE_DEFAULT
=
253
,
RT_TABLE_MAIN
=
254
,
RT_TABLE_LOCAL
=
255
,
...
...
@@ -267,10 +268,10 @@ enum rtattr_type_t
RTA_PREFSRC
,
RTA_METRICS
,
RTA_MULTIPATH
,
RTA_PROTOINFO
,
RTA_PROTOINFO
,
/* no longer used */
RTA_FLOW
,
RTA_CACHEINFO
,
RTA_SESSION
,
RTA_SESSION
,
/* no longer used */
RTA_MP_ALGO
,
/* no longer used */
RTA_TABLE
,
__RTA_MAX
...
...
include/linux/types.h
View file @
3ea2fb98
...
...
@@ -162,11 +162,4 @@ typedef __u16 __bitwise __sum16;
typedef
__u32
__bitwise
__wsum
;
struct
ustat
{
__kernel_daddr_t
f_tfree
;
__kernel_ino_t
f_tinode
;
char
f_fname
[
6
];
char
f_fpack
[
6
];
};
#endif
/* _LINUX_TYPES_H */
include/linux/xfrm.h
View file @
3ea2fb98
...
...
@@ -97,10 +97,10 @@ struct xfrm_algo {
};
struct
xfrm_algo_aead
{
char
alg_name
[
64
];
int
alg_key_len
;
/* in bits */
int
alg_icv_len
;
/* in bits */
char
alg_key
[
0
];
char
alg_name
[
64
];
unsigned
int
alg_key_len
;
/* in bits */
unsigned
int
alg_icv_len
;
/* in bits */
char
alg_key
[
0
];
};
struct
xfrm_stats
{
...
...
@@ -113,7 +113,8 @@ enum
{
XFRM_POLICY_TYPE_MAIN
=
0
,
XFRM_POLICY_TYPE_SUB
=
1
,
XFRM_POLICY_TYPE_MAX
=
2
XFRM_POLICY_TYPE_MAX
=
2
,
XFRM_POLICY_TYPE_ANY
=
255
};
enum
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment