opnsense-src/sys/dev/netmap
Vincenzo Maffione d61f959961 netmap: monitor: add a flag to distinguish packet direction
The netmap monitor intercepts any TX/RX packets on the monitored
port. However, before this change there was no way to tell
whether an intercepted packet was being transmitted or received
on the monitored port.
A TXMON flag in the netmap slot has been added for this purpose.

(cherry picked from commit 660a47cb99)
2021-09-26 14:00:04 +00:00
..
if_ptnet.c
if_re_netmap.h
if_vtnet_netmap.h netmap: vtnet: fix RX initialization after netmap_reset() 2021-01-11 21:38:32 +00:00
netmap.c netmap: fix memory leak in NETMAP_REQ_PORT_INFO_GET 2021-03-18 16:40:23 +00:00
netmap_bdg.c netmap: simplify parameter passing 2021-01-31 08:53:06 +00:00
netmap_bdg.h
netmap_freebsd.c netmap: fix issues in nm_os_extmem_create() 2021-03-23 21:17:23 +00:00
netmap_generic.c
netmap_kern.h netmap: simplify parameter passing 2021-01-31 08:53:06 +00:00
netmap_kloop.c
netmap_legacy.c
netmap_mbq.c
netmap_mbq.h
netmap_mem2.c netmap: don't use linux type struct device * 2021-04-19 14:17:08 -04:00
netmap_mem2.h
netmap_monitor.c netmap: monitor: add a flag to distinguish packet direction 2021-09-26 14:00:04 +00:00
netmap_null.c
netmap_offloadings.c
netmap_pipe.c
netmap_vale.c