Searched refs:icode_to_fcode (Results 1 – 3 of 3) sorted by relevance
353 struct bpf_insn *icode_to_fcode(struct block *, u_int *);
2177 icode_to_fcode(struct block *root, u_int *lenp) in icode_to_fcode() function2252 f.bf_insns = icode_to_fcode(root, &f.bf_len); in opt_dump()
479 program->bf_insns = icode_to_fcode(root, &len); in pcap_compile()