summaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 634c6dff9e6..9547f66462f 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.96 2019/04/16 04:04:19 dlg Exp $ */
+/* $OpenBSD: if_var.h,v 1.97 2019/04/19 07:38:02 dlg Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -387,6 +387,11 @@ int if_rxr_ioctl(struct if_rxrinfo *, const char *, u_int,
void if_counters_alloc(struct ifnet *);
void if_counters_free(struct ifnet *);
+int if_txhprio_l2_check(int);
+int if_txhprio_l3_check(int);
+int if_rxhprio_l2_check(int);
+int if_rxhprio_l3_check(int);
+
#endif /* _KERNEL */
#endif /* _NET_IF_VAR_H_ */