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

  /external/iproute2/tc/
tc_bpf.h 53 const char *bpf_default_section(const enum bpf_prog_type type);
56 enum bpf_prog_type type, const char **ptr_object,
f_bpf.c 21 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_CLS;
m_bpf.c 23 static const enum bpf_prog_type bpf_type = BPF_PROG_TYPE_SCHED_ACT;
tc_bpf.c 53 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
56 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
454 const char *bpf_default_section(const enum bpf_prog_type type)
476 enum bpf_prog_type *type, enum bpf_mode *mode,
580 enum bpf_prog_type type, const char **ptr_object,
620 enum bpf_prog_type type = BPF_PROG_TYPE_UNSPEC;
680 enum bpf_prog_type type;
705 enum bpf_prog_type type;
758 static int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns,
    [all...]
  /bionic/libc/kernel/uapi/linux/
bpf.h 91 enum bpf_prog_type { enum
  /external/iproute2/include/linux/
bpf.h 86 enum bpf_prog_type { enum
120 __u32 prog_type; /* one of enum bpf_prog_type */
  /external/kernel-headers/original/uapi/linux/
bpf.h 86 enum bpf_prog_type { enum
120 __u32 prog_type; /* one of enum bpf_prog_type */

Completed in 1536 milliseconds