Searched refs:BPF_JGE (Results 1 – 8 of 8) sorted by relevance
47 #define BPF_JGE 0x30 macro
63 #define BPF_JGE 0x30 macro
15 BPF_JGE
61 def BPF_JGE : BPFJumpOp<0x3>;
232 defm JUGE : J<BPF_JGE, ">=", BPF_CC_GEU, BPF_CC_GEU_32>;
334 case BPF_JMP | BPF_JGE | BPF_K: in bpf_disasm()368 case BPF_JMP | BPF_JGE | BPF_X: in bpf_disasm()
2204 pub const BPF_JGE: ::__u32 = 0x30; constant