]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit24ebafc2809031e7d1ededda21c0727a05e0e612
tree5c22c21b70de3d7a840e110466291592bf5bdbc0
parente8e14f9045bdc42413b29ed10078a8034f9f47a6
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