Lines Matching defs:bpf_ops
59 struct bpf_ops bpf_ops_stub = {
73 struct bpf_ops *bpf_ops;
100 KASSERT(bpf_ops != &bpf_ops_stub); /* revisit when unloadable */
101 bpf_ops->bpf_attach(ifp, dlt, hlen, drvp);
141 KASSERT(bpf_ops != &bpf_ops_stub); /* revisit when unloadable */
142 bpf_ops->bpf_detach(ifp);
170 bpf_ops = &bpf_ops_stub;
175 * It needs to happen *before* bpf_ops is set to make it atomic
182 bpf_ops_handover_enter(struct bpf_ops *newops)