diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/dst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index aaa2dbb50179..31468c9aa877 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -268,6 +268,7 @@ extern void dst_init(void); | |||
268 | /* Flags for xfrm_lookup flags argument. */ | 268 | /* Flags for xfrm_lookup flags argument. */ |
269 | enum { | 269 | enum { |
270 | XFRM_LOOKUP_WAIT = 1 << 0, | 270 | XFRM_LOOKUP_WAIT = 1 << 0, |
271 | XFRM_LOOKUP_ICMP = 1 << 1, | ||
271 | }; | 272 | }; |
272 | 273 | ||
273 | struct flowi; | 274 | struct flowi; |