WSL2-Linux-Kernel/include
Vijay Subramanian efc27f8cee net: Remove 'unlikely' qualifier in skb_steal_sock()
With early demux enabled by default for TCP flows, there is high chance that
skb->sk will be non-null. 'unlikely()' was removed from __inet_lookup_skb() but
maybe it can be removed from skb_steal_sock() as well.

Note: skb_steal_sock() is also called by __inet6_lookup_skb() and
__udp4_lib_lookup_skb() but they are protected by their own 'unlikely' calls.

Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-25 16:08:36 -07:00
..
acpi
asm-generic
crypto
drm
keys
linux Merge branch 'master' of git://1984.lsi.us.es/nf-next 2012-06-23 17:10:10 -07:00
math-emu
media
memory
misc
mtd
net net: Remove 'unlikely' qualifier in skb_steal_sock() 2012-06-25 16:08:36 -07:00
pcmcia
rdma
rxrpc
scsi
sound
target
trace
video
xen
Kbuild