K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-10-22T20:01:47.023148Z K 7 svn:log V 319 Always allocate the atid table during attach. Previously the table was allocated on first use by TOE and the ratelimit code. The forthcoming NIC KTLS code also uses this table. Allocate it unconditionally during attach to simplify consumers. Reviewed by: np Differential Revision: https://reviews.freebsd.org/D22028 END