#include <mesh.h>
Public Attributes | |
unsigned long | exp_time |
struct list_head | list |
u8 | sa [ETH_ALEN] |
u32 | seqnum |
struct rmc_entry - entry in the Recent Multicast Cache
: mesh sequence number of the frame : expiration time of the entry, in jiffies
The Recent Multicast Cache keeps track of the latest multicast frames that have been received by a mesh interface and discards received multicast frames that are found in the cache.
Definition at line 166 of file kernel-3.2/mesh.h.
unsigned long rmc_entry::exp_time |
Definition at line 169 of file kernel-3.2/mesh.h.
struct list_head rmc_entry::list |
Definition at line 167 of file kernel-3.2/mesh.h.
Definition at line 170 of file kernel-3.2/mesh.h.
Definition at line 168 of file kernel-3.2/mesh.h.