OSDN Git Service

tcp: tp->urg_data is unlikely to be set
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 19:02:44 +0000 (11:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:10:34 +0000 (13:10 +0000)
commitb96c51bd3bd826a3391cbf4b1281a1e0bf9df90a
tree5c22c21b70de3d7a840e110466291592bf5bdbc0
parent7b6a893a5991f5e8a56795155ae86333b03080b7
tcp: tp->urg_data is unlikely to be set

Use some unlikely() hints in the fast path.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
net/ipv4/tcp_input.c