Home
last modified time | relevance | path

Searched refs:BPF_REG_ARG1 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/include/linux/
Dfilter.h13 #define BPF_REG_ARG1 BPF_REG_1 macro
/linux-4.4.14/include/linux/
Dfilter.h32 #define BPF_REG_ARG1 BPF_REG_1 macro
/linux-4.4.14/kernel/bpf/
Dcore.c50 #define ARG1 regs[BPF_REG_ARG1]
/linux-4.4.14/net/core/
Dfilter.c290 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX); in convert_bpf_extensions()
385 *new_insn = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1); in bpf_convert_filter()