CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/20 17:32:46
Modified files:
share/man/man9 : Makefile ml_init.9
sys/sys : mbuf.h
Log message:
provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list.
MBUF_LIST_FOREACH is then rewritten on top of those.
this makes it easier to get at the head of a list too, which may make
the hfsc ifq backend nicer.
based on a discussion with kenjiro cho
ok mpi@
