|
@@ -6,7 +6,7 @@
|
|
#include <net/icmp.h>
|
|
#include <net/icmp.h>
|
|
|
|
|
|
void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
|
void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
|
-void nf_send_reset(struct sk_buff *oldskb, int hook);
|
|
|
|
|
|
+void nf_send_reset(struct net *net, struct sk_buff *oldskb, int hook);
|
|
|
|
|
|
const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb,
|
|
const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb,
|
|
struct tcphdr *_oth, int hook);
|
|
struct tcphdr *_oth, int hook);
|