aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2025-03-01 20:14:22 +0000
committerJakub Kicinski <[email protected]>2025-03-03 23:44:19 +0000
commit9b49f57ccd3aa1560f215b3f8218b2783ff18391 (patch)
treeee0b0395e77c77fc3a58ed32015076615e436e70 /net/ipv4/tcp.c
parenttcp: convert to dev_net_rcu() (diff)
downloadkernel-9b49f57ccd3aa1560f215b3f8218b2783ff18391.tar.gz
kernel-9b49f57ccd3aa1560f215b3f8218b2783ff18391.zip
net: gro: convert four dev_net() calls
tcp4_check_fraglist_gro(), tcp6_check_fraglist_gro(), udp4_gro_lookup_skb() and udp6_gro_lookup_skb() assume RCU is held so that the net structure does not disappear. Use dev_net_rcu() instead of dev_net() to get LOCKDEP support. Signed-off-by: Eric Dumazet <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions