|
SatCat5
|
Data structure for the internal cache.
Definition at line 71 of file eth_sw_cache.h.
#include <eth_sw_cache.h>
Public Member Functions | |
| CacheEntry (const CacheEntry &t)=delete | |
| CacheEntry & | operator= (const CacheEntry &t)=delete |
Public Attributes | |
| u64 | m_key |
| MAC address as u64. | |
| unsigned | m_port |
| Associated port index. | |
Private Attributes | |
| CacheEntry * | m_next |
| Linked list of cache entries. | |