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

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

Completed in 160 milliseconds