Re: [PATCH 05/13] Handle TCP SYN+ACK/ACK/RST transparency

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Jan,

On Sunday 30 September 2007, Jan Engelhardt wrote:
> Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
>
> ---
>  net/dccp/dccp.h      |    3 ++-
>  net/dccp/minisocks.c |    3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>
> Index: linux-2.6.22.1/net/dccp/dccp.h
> ===================================================================
> --- linux-2.6.22.1.orig/net/dccp/dccp.h
> +++ linux-2.6.22.1/net/dccp/dccp.h
> @@ -209,7 +209,8 @@ extern int  dccp_retransmit_skb(struct s
>
>  extern void dccp_send_ack(struct sock *sk);
>  extern void dccp_send_delayed_ack(struct sock *sk);
> -extern void dccp_reqsk_send_ack(struct sk_buff *sk, struct
> request_sock *rsk); +extern void dccp_reqsk_send_ack(struct sk_buff
> *sk, struct request_sock *rsk, +	int reply_flags);
>
>  extern void dccp_send_sync(struct sock *sk, const u64 seq,
>  			   const enum dccp_pkt_type pkt_type);
> Index: linux-2.6.22.1/net/dccp/minisocks.c
> ===================================================================
> --- linux-2.6.22.1.orig/net/dccp/minisocks.c
> +++ linux-2.6.22.1/net/dccp/minisocks.c
> @@ -285,7 +285,8 @@ int dccp_child_process(struct sock *pare
>
>  EXPORT_SYMBOL_GPL(dccp_child_process);
>
> -void dccp_reqsk_send_ack(struct sk_buff *skb, struct request_sock
> *rsk) +void dccp_reqsk_send_ack(struct sk_buff *skb, struct
> request_sock *rsk, +    int reply_flags)
>  {
>  	DCCP_BUG("DCCP-ACK packets are never sent in LISTEN/RESPOND state");
>  }

Yes, this was missing. Thanks.

-- 
 KOVACS Krisztian
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux