projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff9663
)
xfrm: ->eth_proto is __be16
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 18 Mar 2008 05:49:16 +0000
(22:49 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 18 Mar 2008 05:49:16 +0000
(22:49 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
patch
|
blob
|
history
diff --git
a/include/net/xfrm.h
b/include/net/xfrm.h
index eea7785cc757da4c146579503a1193263a2707f5..619c53bc3cd20a7149374d729c2936163e37b727 100644
(file)
--- a/
include/net/xfrm.h
+++ b/
include/net/xfrm.h
@@
-277,7
+277,7
@@
extern int __xfrm_state_delete(struct xfrm_state *x);
struct xfrm_state_afinfo {
unsigned int family;
unsigned int proto;
-
unsigned int
eth_proto;
+
__be16
eth_proto;
struct module *owner;
const struct xfrm_type *type_map[IPPROTO_MAX];
struct xfrm_mode *mode_map[XFRM_MODE_MAX];