]> git.ipfire.org Git - thirdparty/linux.git/commit
netmem, devmem, tcp: access pp fields through @desc in net_iov
authorByungchul Park <byungchul@sk.com>
Wed, 26 Nov 2025 04:36:46 +0000 (13:36 +0900)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Nov 2025 01:41:51 +0000 (17:41 -0800)
commitdf59bb5b9af3fc24d957261e9f80f0c0dec151a4
tree33c6b4d3be214407fbc191df280ce95cabfa203f
parentdb4029859d6fd03f0622d394f4cdb1be86d7ec62
netmem, devmem, tcp: access pp fields through @desc in net_iov

Convert all the legacy code directly accessing the pp fields in net_iov
to access them through @desc in net_iov.

Signed-off-by: Byungchul Park <byungchul@sk.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h
net/core/devmem.c
net/ipv4/tcp.c