HomeSort by relevance Sort by last modified time
    Searched refs:bpf_prog_type (Results 1 - 13 of 13) sorted by null

  /external/iproute2/include/
bpf_util.h 247 int bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg,
250 const char *bpf_prog_to_default_section(enum bpf_prog_type type);
257 int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns,
  /external/iproute2/lib/
bpf.c 56 static const enum bpf_prog_type __bpf_types[] = {
100 static const char *bpf_prog_to_subdir(enum bpf_prog_type type)
107 const char *bpf_prog_to_default_section(enum bpf_prog_type type)
115 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
118 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
433 enum bpf_prog_type type)
725 static const char *bpf_get_work_dir(enum bpf_prog_type type)
781 static int bpf_obj_get(const char *pathname, enum bpf_prog_type type)
798 static int bpf_obj_pinned(const char *pathname, enum bpf_prog_type type)
816 static int bpf_parse(enum bpf_prog_type *type, enum bpf_mode *mode
    [all...]
  /external/iproute2/tc/
m_bpf.c 24 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_ACT;
f_bpf.c 22 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_CLS;
  /system/netd/libbpf/include/bpf/
BpfUtils.h 140 int bpfProgLoad(bpf_prog_type prog_type, netdutils::Slice bpf_insns, const char* license,
  /bionic/libc/kernel/uapi/linux/
bpf.h 106 enum bpf_prog_type { enum
  /external/iproute2/include/uapi/linux/
bpf.h 117 enum bpf_prog_type { enum
205 __u32 prog_type; /* one of enum bpf_prog_type */
  /external/kernel-headers/original/uapi/linux/
bpf.h 119 enum bpf_prog_type { enum
255 __u32 prog_type; /* one of enum bpf_prog_type */
  /system/netd/libbpf/
BpfUtils.cpp 135 int bpfProgLoad(bpf_prog_type prog_type, Slice bpf_insns, const char* license,
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_align.c 43 enum bpf_prog_type prog_type;
test_verifier.c 69 enum bpf_prog_type prog_type;
    [all...]
  /system/netd/bpfloader/
BpfLoader.cpp 199 int loadProg(Slice prog, bpf_prog_type type, const std::vector<ReplacePattern>& mapPatterns) {
  /external/iproute2/ip/
iproute_lwtunnel.c 872 int attr, const enum bpf_prog_type bpf_type)

Completed in 811 milliseconds