Contents

feedPacketInputTap

Feed received packets to the BPF

Declaration

virtual void feedPacketInputTap(
 mbuf_t );

Parameters

  • mbuf_t:

    Pointer to the input packet.

Overview

This function is called internally to send input packets to the BPF input tap when it is enabled. Subclasses are not expected to override this method.

See Also

Miscellaneous