diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-09-06 20:58:35 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-09-07 02:57:05 +0000 |
| commit | 1f7a710ab35845049f17958c3783041c214d8a3c (patch) | |
| tree | a41f5a543567ca6364c645bc2d84b6697a4ec066 /sys/netpfil/ipfilter | |
| parent | 3e81ef62f9dad4bfd4acdca1963a51f9cdadb657 (diff) | |
Diffstat (limited to 'sys/netpfil/ipfilter')
| -rw-r--r-- | sys/netpfil/ipfilter/netinet/ip_state.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/netpfil/ipfilter/netinet/ip_state.c b/sys/netpfil/ipfilter/netinet/ip_state.c index cc0e8559fb16..463416f454a9 100644 --- a/sys/netpfil/ipfilter/netinet/ip_state.c +++ b/sys/netpfil/ipfilter/netinet/ip_state.c @@ -751,18 +751,6 @@ ipf_state_ioctl(ipf_main_softc_t *softc, caddr_t data, ioctlcmd_t cmd, error = ipf_state_getent(softc, softs, data); break; - /* - * Return a copy of the hash table bucket lengths - */ - case SIOCSTAT1 : - error = BCOPYOUT(softs->ipf_state_stats.iss_bucketlen, data, - softs->ipf_state_size * sizeof(u_int)); - if (error != 0) { - IPFERROR(100017); - error = EFAULT; - } - break; - case SIOCGENITER : { ipftoken_t *token; |
