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

/linux-master/lib/
H A Dtest_bpf.c2273 static bool __bpf_match_jmp_cond(s64 v1, s64 v2, u8 op) function
2308 bool match = __bpf_match_jmp_cond(dst, (s32)imm, op);
2331 bool match = __bpf_match_jmp_cond((s32)dst, (s32)imm, op);
2352 bool match = __bpf_match_jmp_cond(dst, src, op);
2374 bool match = __bpf_match_jmp_cond((s32)dst, (s32)src, op);

Completed in 130 milliseconds