Home
last modified time | relevance | path

Searched refs:BPF_JLT (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dbpf.h36 #define BPF_JLT 0xa0 /* LT is unsigned, '<' */ macro
/linux-4.19.296/lib/
Dtest_bpf.c4661 BPF_JMP_IMM(BPF_JLT, R1, 3, 1),
4675 BPF_JMP_IMM(BPF_JLT, R1, -1, 1),
4753 BPF_JMP_IMM(BPF_JLT, R1, 3, -6), /* goto out */
4995 BPF_JMP_REG(BPF_JLT, R2, R1, 1),
5010 BPF_JMP_REG(BPF_JLT, R2, R1, 1),