aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-03-28 14:40:30 +0000
committerJakub Kicinski <[email protected]>2024-03-29 22:03:10 +0000
commit6a1f12dd85a8b24f871dfcf467378660af9c064d (patch)
treecb52518234de5cc5eabe543f60265f8b3699ae35 /net/sctp/socket.c
parentudp: annotate data-race in __udp_enqueue_schedule_skb() (diff)
downloadkernel-6a1f12dd85a8b24f871dfcf467378660af9c064d.tar.gz
kernel-6a1f12dd85a8b24f871dfcf467378660af9c064d.zip
udp: relax atomic operation on sk->sk_rmem_alloc
atomic_add_return() is more expensive than atomic_add() and seems overkill in UDP rx fast path. Signed-off-by: Eric Dumazet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/sctp/socket.c')
0 files changed, 0 insertions, 0 deletions