K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-01-12T13:53:40.083770Z K 7 svn:log V 292 Provide struct mbufq, a STAILQ of mbufs, with counter for packets and maximum limit set. The structure is supposed to have external locking. The aim of new structure is to substitute struct ifqueue in several places in the kernel, where struct ifqueue is used outside of ifnet code itself. END