Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LibbpfErrno

libbpf-specific errno codes

Keep synchronized with deps/libbpf/src/libbpf.h.

Index

Enumeration members

ENDIAN = 4003

Endian mismatch

FORMAT = 4001

BPF object format invalid

INTERNAL = 4004

Internal error in libbpf

INVSEQ = 4012

Invalid netlink sequence

KVER = 4009

Incorrect kernel version

KVERSION = 4002

Incorrect or no 'version' section

LIBELF = 4000

Something wrong in libelf

LOAD = 4006

Load program failure for unknown reason

NLPARSE = 4013

netlink parsing error

PROG2BIG = 4008

Program too big

PROGTYPE = 4010

Kernel doesn't support this program type

RELOC = 4005

Relocation failed

VERIFY = 4007

Kernel verifier blocks program loading

WRNGPID = 4011

Wrong pid in netlink message

Generated using TypeDoc