Loading net/ipv4/tcp_input.c +1 −1 Original line number Diff line number Diff line Loading @@ -5029,7 +5029,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb, /* step 3: check security and precedence [ignored] */ /* step 4: Check for a SYN * RFC 5691 4.2 : Send a challenge ack * RFC 5961 4.2 : Send a challenge ack */ if (th->syn) { syn_challenge: Loading Loading
net/ipv4/tcp_input.c +1 −1 Original line number Diff line number Diff line Loading @@ -5029,7 +5029,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb, /* step 3: check security and precedence [ignored] */ /* step 4: Check for a SYN * RFC 5691 4.2 : Send a challenge ack * RFC 5961 4.2 : Send a challenge ack */ if (th->syn) { syn_challenge: Loading