diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet6/frag6.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 16776c6c157f..ca90a9865e32 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -150,6 +150,10 @@ VNET_DEFINE_STATIC(uint32_t, ip6qb_hashseed); */ SYSCTL_DECL(_net_inet6_ip6); +SYSCTL_UINT(_net_inet6_ip6, OID_AUTO, frag6_nfrags, + CTLFLAG_RD, __DEVOLATILE(u_int *, &frag6_nfrags), 0, + "Global number of IPv6 fragments across all reassembly queues."); + static void frag6_set_bucketsize(void) { |
