Lines Matching refs:jf
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()
95 unsigned char jt, unsigned char jf) in bpf_comp_jset32() argument
98 set_bpf_jump(filter, BPF_JMP + BPF_JSET + BPF_K, mask_lo, jt, jf); in bpf_comp_jset32()
108 unsigned char jt, unsigned char jf) in bpf_comp_jset64() argument
118 curr_block += bpf_comp_jset32(curr_block, mask_lo, jt, jf); in bpf_comp_jset64()
125 unsigned char jt, unsigned char jf) in bpf_comp_jin() argument
133 return bpf_comp_jset(filter, negative_mask, jf, jt); in bpf_comp_jin()
143 unsigned char jt, unsigned char jf); in bpf_arg_comp()
177 unsigned char jf = flip ? SKIP : NEXT; in bpf_arg_comp() local
178 curr_block += comp_function(curr_block, c, jt, jf); in bpf_arg_comp()
193 filter[i].code, filter[i].jt, filter[i].jf, filter[i].k); in dump_bpf_filter()
222 switch ((instr->jt << 8) | instr->jf) { in bpf_resolve_jumps()
236 instr->jf = 0; in bpf_resolve_jumps()
247 instr->jf = 0; in bpf_resolve_jumps()