aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/pf_nv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netpfil/pf/pf_nv.h')
-rw-r--r--sys/netpfil/pf/pf_nv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netpfil/pf/pf_nv.h b/sys/netpfil/pf/pf_nv.h
index 0a0f9beeef40..d50f46a1f5cd 100644
--- a/sys/netpfil/pf/pf_nv.h
+++ b/sys/netpfil/pf/pf_nv.h
@@ -53,6 +53,7 @@ int pf_nvstring(const nvlist_t *, const char *, char *, size_t);
#define PFNV_CHK(x) do { \
error = (x); \
+ SDT_PROBE2(pf, ioctl, nvchk, error, error, __LINE__); \
if (error != 0) \
goto errout; \
} while (0)