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

  /external/strace/xlat/
bpf_commands.h 17 #if !(defined(BPF_PROG_LOAD) || (defined(HAVE_DECL_BPF_PROG_LOAD) && HAVE_DECL_BPF_PROG_LOAD))
18 # define BPF_PROG_LOAD 5
34 XLAT(BPF_PROG_LOAD),
  /external/strace/tests/
bpf.c 79 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr));
119 printf("bpf\\(BPF_PROG_LOAD, "
  /bionic/libc/kernel/uapi/linux/
bpf.h 77 BPF_PROG_LOAD,
  /external/iproute2/include/linux/
bpf.h 73 BPF_PROG_LOAD,
119 struct { /* anonymous struct used by BPF_PROG_LOAD command */
  /external/kernel-headers/original/uapi/linux/
bpf.h 73 BPF_PROG_LOAD,
119 struct { /* anonymous struct used by BPF_PROG_LOAD command */
  /external/strace/
bpf.c 145 bpf_prog_load(struct tcb *tcp, const long addr, unsigned int size) function
203 case BPF_PROG_LOAD:
204 rc = bpf_prog_load(tcp, addr, size);
  /external/iproute2/tc/
tc_bpf.c 758 static int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns, function
777 return bpf(BPF_PROG_LOAD, &attr, sizeof(attr));
1040 fd = bpf_prog_load(prog->type, prog->insns, prog->size,
    [all...]

Completed in 1252 milliseconds