ifnets are allowed to pass batches of multiple packets to if_input,
linked by the m_nextpkt pointer. iflib will do this, for example.
Netmap's generic mode did not handle this and would only deliver the
first packet in the batch, leaking the rest.
PR: 270636