diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-07-05 20:44:01 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-05 15:26:28 +0200 |
commit | f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa (patch) | |
tree | 5c583d31290775e7f6f1a47de86ee1f637407e06 /doc | |
parent | 8f8eb734828dfe8e07903adbe2a772e2afa46872 (diff) | |
download | passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar.gz passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar.bz2 passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar.lz passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar.xz passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.tar.zst passt-f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa.zip |
udp: Pass full epoll reference through more of sock handler path
udp_buf_sock_handler() takes the epoll reference from the receiving socket,
and passes the UDP relevant part on to several other functions. Future
changes are going to need several different epoll types for UDP, and to
pass that information through to some of those functions. To avoid extra
noise in the patches making the real changes, change those functions now
to take the full epoll reference, rather than just the UDP part.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions