]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/dst.h
[NET]: Eliminate duplicate copies of dst_discard
[net-next-2.6.git] / include / net / dst.h
index 69888f1502b1724e7de331ddba2510c639768d07..7a0b1bde8e28387663b3e22ff1e73855f3a7d199 100644 (file)
@@ -179,6 +179,7 @@ static inline struct dst_entry *dst_pop(struct dst_entry *dst)
        return child;
 }
 
+extern int dst_discard(struct sk_buff *skb);
 extern void * dst_alloc(struct dst_ops * ops);
 extern void __dst_free(struct dst_entry * dst);
 extern struct dst_entry *dst_destroy(struct dst_entry * dst);