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
fb8cc5b2
Commit
fb8cc5b2
authored
Jan 24, 2008
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update headers to current net-2.6.25
Signed-off-by:
Stephen Hemminger
<
stephen.hemminger@vyatta.com
>
parent
74fe05a2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
include/linux/netfilter.h
include/linux/netfilter.h
+2
-0
include/linux/pkt_cls.h
include/linux/pkt_cls.h
+2
-1
include/linux/pkt_sched.h
include/linux/pkt_sched.h
+2
-0
include/linux/tc_ematch/tc_em_meta.h
include/linux/tc_ematch/tc_em_meta.h
+1
-0
include/linux/xfrm.h
include/linux/xfrm.h
+3
-3
No files found.
include/linux/netfilter.h
View file @
fb8cc5b2
...
...
@@ -40,6 +40,8 @@ union nf_inet_addr {
u_int32_t
all
[
4
];
__be32
ip
;
__be32
ip6
[
4
];
struct
in_addr
in
;
struct
in6_addr
in6
;
};
#endif
/*__LINUX_NETFILTER_H*/
include/linux/pkt_cls.h
View file @
fb8cc5b2
...
...
@@ -409,7 +409,8 @@ enum
#define TCF_EM_U32 3
#define TCF_EM_META 4
#define TCF_EM_TEXT 5
#define TCF_EM_MAX 5
#define TCF_EM_VLAN 6
#define TCF_EM_MAX 6
enum
{
...
...
include/linux/pkt_sched.h
View file @
fb8cc5b2
...
...
@@ -83,6 +83,8 @@ struct tc_ratespec
__u32
rate
;
};
#define TC_RTAB_SIZE 1024
/* FIFO section */
struct
tc_fifo_qopt
...
...
include/linux/tc_ematch/tc_em_meta.h
View file @
fb8cc5b2
...
...
@@ -81,6 +81,7 @@ enum
TCF_META_ID_SK_SNDTIMEO
,
TCF_META_ID_SK_SENDMSG_OFF
,
TCF_META_ID_SK_WRITE_PENDING
,
TCF_META_ID_VLAN_TAG
,
__TCF_META_ID_MAX
};
#define TCF_META_ID_MAX (__TCF_META_ID_MAX - 1)
...
...
include/linux/xfrm.h
View file @
fb8cc5b2
...
...
@@ -91,9 +91,9 @@ struct xfrm_replay_state
};
struct
xfrm_algo
{
char
alg_name
[
64
];
int
alg_key_len
;
/* in bits */
char
alg_key
[
0
];
char
alg_name
[
64
];
unsigned
int
alg_key_len
;
/* in bits */
char
alg_key
[
0
];
};
struct
xfrm_stats
{
...
...
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