kernel/include/net/netfilter/ipv6/nf_reject.h
.. .. @@ -7,9 +7,8 @@ 7 7 8 8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code, 9 9 unsigned int hooknum); 10 -11 -void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook);12 -10 +void nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb,11 + int hook);13 12 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, 14 13 struct tcphdr *otcph, 15 14 unsigned int *otcplen, int hook);