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() 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 [all …]
|