On 10/16/23 6:47 AM, Breno Leitao wrote:
The whole network stack uses sockptr, and while it doesn't move to something more modern, let's use sockptr in getsockptr BPF hooks, so, it could be used by other callers. The main motivation for this change is to use it in the io_uring {g,s}etsockopt(), which will use a userspace pointer for *optval, but, a kernel value for optlen.
Acked-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>