summaryrefslogtreecommitdiff
path: root/include/linux/netfilter_ipv6.h
diff options
context:
space:
mode:
authorYafang Shao <laoar.shao@gmail.com>2018-07-14 16:36:29 +0800
committerDavid S. Miller <davem@davemloft.net>2018-07-14 11:21:40 -0700
commitff0432e5a8025df895813408325b2afdfa21f946 (patch)
treebb767ce5300e0b14e5a34f9f23ec81b0d4d3df22 /include/linux/netfilter_ipv6.h
parent9cee8c4375431d5087466eacf6f8f436210e56ea (diff)
tcp: remove redundant rcv_nxt update
tcp_rcv_nxt_update() is already executed in tcp_data_queue(). This line is redundant. See bellow, tcp_queue_rcv tcp_rcv_nxt_update(tcp_sk(sk), TCP_SKB_CB(skb)->end_seq); tcp_rcv_nxt_update(tp, TCP_SKB_CB(skb)->end_seq); <<<< redundant Signed-off-by: Yafang Shao <laoar.shao@gmail.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter_ipv6.h')
0 files changed, 0 insertions, 0 deletions