diff options
Diffstat (limited to 'include')
-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 69888f1502b1..7a0b1bde8e28 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -179,6 +179,7 @@ static inline struct dst_entry *dst_pop(struct dst_entry *dst) | |||
179 | return child; | 179 | return child; |
180 | } | 180 | } |
181 | 181 | ||
182 | extern int dst_discard(struct sk_buff *skb); | ||
182 | extern void * dst_alloc(struct dst_ops * ops); | 183 | extern void * dst_alloc(struct dst_ops * ops); |
183 | extern void __dst_free(struct dst_entry * dst); | 184 | extern void __dst_free(struct dst_entry * dst); |
184 | extern struct dst_entry *dst_destroy(struct dst_entry * dst); | 185 | extern struct dst_entry *dst_destroy(struct dst_entry * dst); |