template <>
class WireWeakAsyncClientImpl
Defined at line 3031 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_net_filter::SocketControl::AttachEbpfProgram> AttachEbpfProgram (::fuchsia_net_filter::wire::AttachEbpfProgramOptions AttachEbpfProgramOptions)
Attaches the specified eBPF `program` to the specified `hook`.
May fail if another program is already attached (potentially by another
`SocketControl` instance).
*Warning:* Caller must check that the specified program is compatible
with the specified `hook`.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_net_filter::SocketControl::DetachEbpfProgram> DetachEbpfProgram (::fuchsia_net_filter::wire::SocketHook hook)
Detaches eBPF program from the specified `hook`.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.