Searched refs:BPF_REG_ARG1 (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Dfilter.h46 #define BPF_REG_ARG1 BPF_REG_1 macro
/linux-master/kernel/bpf/
H A Dcore.c63 #define ARG1 regs[BPF_REG_ARG1]
/linux-master/net/core/
H A Dfilter.c434 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX);
515 *insn++ = BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX);
605 * do this ourself. Initial CTX is present in BPF_REG_ARG1.
607 *new_insn++ = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1);
/linux-master/tools/include/linux/
H A Dfilter.h14 #define BPF_REG_ARG1 BPF_REG_1 macro

Completed in 238 milliseconds