Three functions in ebpf_rss.h take an Error ** argument and return bool. Good.
They can all fail without setting an error. Not good. The failures without error are: * All three stubs in ebpf_rss-stub.c always. Oversight? * Non-stub ebpf_rss_load() when ebpf_rss_is_loaded(). Are these reachable?