this helps narrow down where some "output failures" on sec interfaces
occur.
based on discussion with jason tubnor
-/* $OpenBSD: if_sec.c,v 1.10 2024/01/24 00:17:01 dlg Exp $ */
+/* $OpenBSD: if_sec.c,v 1.11 2024/03/19 03:49:11 dlg Exp $ */
/*
* Copyright (c) 2022 The University of Queensland
error = if_enqueue(ifp, m);
if (error != 0)
- counters_inc(ifp->if_counters, ifc_oerrors);
+ counters_inc(ifp->if_counters, ifc_oqdrops);
return (error);