CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/03 14:55:29
Modified files:
sys/net : ifq.c ifq.h
Log message:
Provide a function to dispose of a list of mbufs on dequeue
ifq_mfreeml() is similar to the ifq_mfreem(), but takes an mbuf list
as an argument. This also lets these functions subtract the number
of packets to be disposed of from the ifq length.
OK dlg
