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
4f3489cd
Commit
4f3489cd
authored
Aug 10, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to net-next (4.3) headers
parent
baed9084
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
include/linux/bpf.h
include/linux/bpf.h
+3
-0
include/linux/if_link.h
include/linux/if_link.h
+0
-1
include/linux/mpls.h
include/linux/mpls.h
+2
-0
No files found.
include/linux/bpf.h
View file @
4f3489cd
...
...
@@ -114,6 +114,7 @@ enum bpf_map_type {
BPF_MAP_TYPE_HASH
,
BPF_MAP_TYPE_ARRAY
,
BPF_MAP_TYPE_PROG_ARRAY
,
BPF_MAP_TYPE_PERF_EVENT_ARRAY
,
};
enum
bpf_prog_type
{
...
...
@@ -270,6 +271,7 @@ enum bpf_func_id {
*/
BPF_FUNC_skb_get_tunnel_key
,
BPF_FUNC_skb_set_tunnel_key
,
BPF_FUNC_perf_event_read
,
/* u64 bpf_perf_event_read(&map, index) */
__BPF_FUNC_MAX_ID
,
};
...
...
@@ -290,6 +292,7 @@ struct __sk_buff {
__u32
ifindex
;
__u32
tc_index
;
__u32
cb
[
5
];
__u32
hash
;
};
struct
bpf_tunnel_key
{
...
...
include/linux/if_link.h
View file @
4f3489cd
...
...
@@ -380,7 +380,6 @@ enum {
IFLA_VXLAN_REMCSUM_RX
,
IFLA_VXLAN_GBP
,
IFLA_VXLAN_REMCSUM_NOPARTIAL
,
IFLA_VXLAN_FLOWBASED
,
IFLA_VXLAN_COLLECT_METADATA
,
__IFLA_VXLAN_MAX
};
...
...
include/linux/mpls.h
View file @
4f3489cd
...
...
@@ -41,4 +41,6 @@ struct mpls_label {
#define MPLS_LABEL_OAMALERT 14
/* RFC3429 */
#define MPLS_LABEL_EXTENSION 15
/* RFC7274 */
#define MPLS_LABEL_FIRST_UNRESERVED 16
/* RFC3032 */
#endif
/* _MPLS_H */
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