|
@@ -470,7 +470,6 @@ extern int skb_cow_data(struct sk_buff *skb, int tailbits,
|
|
|
struct sk_buff **trailer);
|
|
|
extern int skb_pad(struct sk_buff *skb, int pad);
|
|
|
#define dev_kfree_skb(a) consume_skb(a)
|
|
|
-#define dev_consume_skb(a) kfree_skb_clean(a)
|
|
|
extern void skb_over_panic(struct sk_buff *skb, int len,
|
|
|
void *here);
|
|
|
extern void skb_under_panic(struct sk_buff *skb, int len,
|