Welcome to pybpf_asm’s documentation!¶
Contents:
bpf_asm¶
Python BPF Assembler.
Based on the BPF assembler in Linux sources.
- class bpf_asm.BpfDumpType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
- DEFAULT = 0¶
- MULTILINE = 1¶
- C_ARRAY = 2¶
- exception bpf_asm.Error¶
Raised when there is an error assembling BPF.