Searched refs:JLT (Results 1 – 5 of 5) sorted by relevance
| /linux/samples/seccomp/ |
| H A D | bpf-fancy.c | 68 JLT(sizeof(msg1), ALLOW), in main() 73 JLT(sizeof(msg2), ALLOW), in main() 78 JLT(sizeof(buf), ALLOW), in main()
|
| H A D | bpf-helper.h | 79 #define JLT(x, jt) JLT32(x, EXPAND(jt)) macro 119 #define JLT(x, jt) \ macro
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1661 INSN_3(JMP32, JLT, X), \ 1673 INSN_3(JMP32, JLT, K), \ 1686 INSN_3(JMP, JLT, X), \ 1698 INSN_3(JMP, JLT, K), \ 2143 COND_JMP(u, JLT, <) in ___bpf_prog_run()
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 511 JLT 0xa any PC += offset if dst < src unsigned
|
| /linux/lib/ |
| H A D | test_bpf.c | 12218 BPF_JMP32_IMM_ZEXT(JLT), 12253 BPF_JMP32_REG_ZEXT(JLT),
|