D | bpf.c | 64 unsigned char jt, unsigned char jf) in bpf_comp_jeq32() argument 67 set_bpf_jump(filter, BPF_JMP + BPF_JEQ + BPF_K, lo, jt, jf); in bpf_comp_jeq32() 77 unsigned char jf) in bpf_comp_jeq64() argument 85 curr_block += bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jeq64() 87 curr_block += bpf_comp_jeq32(curr_block, lo, jt, jf); in bpf_comp_jeq64() 94 unsigned char jt, unsigned char jf) in bpf_comp_jgt32() argument 97 set_bpf_jump(filter, BPF_JMP + BPF_JGT + BPF_K, lo, jt, jf); in bpf_comp_jgt32() 102 unsigned char jt, unsigned char jf) in bpf_comp_jge32() argument 105 set_bpf_jump(filter, BPF_JMP + BPF_JGE + BPF_K, lo, jt, jf); in bpf_comp_jge32() 116 unsigned char jf) in bpf_comp_jgt64() argument [all …]
|