K 10 svn:author V 2 cy K 8 svn:date V 27 2022-09-11T12:39:51.579305Z K 7 svn:log V 764 ipfilter: Remove unused ioctl The SIOCSTAT1 ioctl is only used in ip_auth and is unused in ip_state. The ip_state version was likely added to support a new statistic yet to be developed in ipfstat(8) or for some sample userspace application (similar in fashion to the sample provided for authentication rules). There is no need to report individual state hash table bucket lengths to any future userspace application. If needed for any future debugging purposes a DTrace probe would be a better vehicle. This unused ioctl in ip_stat results in a panic. PR: 266124 Reported by: Robert Morris (cherry picked from commit 1f7a710ab35845049f17958c3783041c214d8a3c) Git Hash: 55543349168a193e0f2ab4375e90845af9a64d59 Git Author: cy@FreeBSD.org END