]> Git Repo - linux.git/commit
net: introduce __skb_fill_page_desc_noacc
authorPavel Begunkov <[email protected]>
Tue, 12 Jul 2022 20:52:32 +0000 (21:52 +0100)
committerJakub Kicinski <[email protected]>
Tue, 19 Jul 2022 21:20:54 +0000 (14:20 -0700)
commit84ce071e38a6e25ea3ea91188e5482ac1f17b3af
tree4279a0b1dbf8fc8f7e6cb82e0fdc6bb47eb0d6a5
parent753f1ca4e1e50248a1b760c9774d6d6b354562cc
net: introduce __skb_fill_page_desc_noacc

Managed pages contain pinned userspace pages and controlled by upper
layers, there is no need in tracking skb->pfmemalloc for them. Introduce
a helper for filling frags but ignoring page tracking, it'll be needed
later.

Signed-off-by: Pavel Begunkov <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
include/linux/skbuff.h
This page took 0.063051 seconds and 4 git commands to generate.