]> Git Repo - linux.git/commit
net: Allow custom iter handler in msghdr
authorDavid Ahern <[email protected]>
Tue, 12 Jul 2022 20:52:30 +0000 (21:52 +0100)
committerJakub Kicinski <[email protected]>
Tue, 19 Jul 2022 21:20:54 +0000 (14:20 -0700)
commitebe73a284f4de8c5d401adeccd9b8fe3183b6e95
tree19911b54eaa143e16d4e2a1af73b6e556f404e99
parent7c701d92b2b5e5175dbfec875816474b802b0c45
net: Allow custom iter handler in msghdr

Add support for custom iov_iter handling to msghdr. The idea is that
in-kernel subsystems want control over how an SG is split.

Signed-off-by: David Ahern <[email protected]>
[pavel: move callback into msghdr]
Signed-off-by: Pavel Begunkov <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
include/linux/skbuff.h
include/linux/socket.h
net/core/datagram.c
net/core/skbuff.c
This page took 0.062588 seconds and 4 git commands to generate.