REINPUT_RUNBPF
ether_reinput_oncpu(new_ifp, m, REINPUT_RUNBPF);
if (reinput_flags & REINPUT_RUNBPF)
ether_reinput_oncpu(scifp, m, REINPUT_RUNBPF);
ether_reinput_oncpu(&ifv->ifv_if, m, REINPUT_RUNBPF);
ether_reinput_oncpu(ifp, m, REINPUT_RUNBPF);
ether_reinput_oncpu(&sc->sc_if, m0, REINPUT_RUNBPF);