Searched refs:fcode (Results 1 – 1 of 1) sorted by relevance
778 if (d->bd_writer == 0 || fcode == NULL) in bpf_check_upgrade()792 fcode[0].code == (BPF_RET | BPF_K)) in bpf_check_upgrade()1920 struct bpf_program_buffer *fcode; in bpf_setf() local1966 filter = (struct bpf_insn *)fcode->buffer; in bpf_setf()1969 free(fcode, M_BPF); in bpf_setf()1984 fcode = NULL; in bpf_setf()1991 fcode = __containerof((void *)d->bd_wfilter, in bpf_setf()1994 fcode->func = NULL; in bpf_setf()2000 fcode = __containerof((void *)d->bd_rfilter, in bpf_setf()2003 fcode->func = d->bd_bfilter; in bpf_setf()[all …]