Currently, an fexit program only gives access to the parameters and not the return value of a function.
According to the eBPF documentation or this manpage, fexit programs should give access to both the parameters and the return value.
Is there currently any work around for that?