diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2019-10-21 08:36:15 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2019-10-21 08:36:15 +0000 |
| commit | 65456706c08be5025e10319f2ea011ebdbc64f38 (patch) | |
| tree | fe6ae4d098717b5945c43a5800adace76e51c4a5 /sys | |
| parent | a9b0e78c849ebdeddd9c36d126977ffd385eccf6 (diff) | |
Notes
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) { |
