diff options
Diffstat (limited to 'include/net/xfrm.h')
| -rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index b22db30c3d88..aa08a7a5f6ac 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
| @@ -983,7 +983,6 @@ static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) | |||
| 983 | void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev); | 983 | void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev); |
| 984 | 984 | ||
| 985 | struct xfrm_if_parms { | 985 | struct xfrm_if_parms { |
| 986 | char name[IFNAMSIZ]; /* name of XFRM device */ | ||
| 987 | int link; /* ifindex of underlying L2 interface */ | 986 | int link; /* ifindex of underlying L2 interface */ |
| 988 | u32 if_id; /* interface identifyer */ | 987 | u32 if_id; /* interface identifyer */ |
| 989 | }; | 988 | }; |
| @@ -991,7 +990,6 @@ struct xfrm_if_parms { | |||
| 991 | struct xfrm_if { | 990 | struct xfrm_if { |
| 992 | struct xfrm_if __rcu *next; /* next interface in list */ | 991 | struct xfrm_if __rcu *next; /* next interface in list */ |
| 993 | struct net_device *dev; /* virtual device associated with interface */ | 992 | struct net_device *dev; /* virtual device associated with interface */ |
| 994 | struct net_device *phydev; /* physical device */ | ||
| 995 | struct net *net; /* netns for packet i/o */ | 993 | struct net *net; /* netns for packet i/o */ |
| 996 | struct xfrm_if_parms p; /* interface parms */ | 994 | struct xfrm_if_parms p; /* interface parms */ |
| 997 | 995 | ||
