#ifndef FAST_L2TP_CORE_H #define FAST_L2TP_CORE_H #include int __init fast_l2tp_init(void); void __exit fast_l2tp_exit(void); void event_ppp_dev_down(const char *name); int fast_l2tp_to_wan(struct sk_buff *skb); void fast_l2tp_rx(struct sk_buff *skb); void l2tp_tx_id(struct sk_buff *skb); void (*l2tp_tx_id_hook)(struct sk_buff *skb); unsigned long get_fast_l2tp_lastxmit(void); int fast_l2tp_fw; #endif