|
@@ -89,7 +89,6 @@
|
|
#define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS)
|
|
#define PPPOE_HASH_SIZE (1 << PPPOE_HASH_BITS)
|
|
#define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1)
|
|
#define PPPOE_HASH_MASK (PPPOE_HASH_SIZE - 1)
|
|
|
|
|
|
-static int pppoe_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
|
|
|
static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb);
|
|
static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb);
|
|
static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb);
|
|
static int __pppoe_xmit(struct sock *sk, struct sk_buff *skb);
|
|
|
|
|