package ubpf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val jit_compile : t -> unit
val exec : t -> string -> int
val release : t -> unit
val load : [< `Bpf of string | `Elf of string ] -> t
val compile : [< `Bpf of string | `Elf of string ] -> t