Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rmc_entry Struct Reference

#include <mesh.h>

Data Fields

struct list_head list
 
u32 seqnum
 
unsigned long exp_time
 
u8 sa [ETH_ALEN]
 

Detailed Description

struct rmc_entry - entry in the Recent Multicast Cache

: mesh sequence number of the frame : expiration time of the entry, in jiffies

See Also
: source address of the frame

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 193 of file mesh.h.

Field Documentation

unsigned long exp_time

Definition at line 196 of file mesh.h.

Definition at line 194 of file mesh.h.

u8 sa[ETH_ALEN]

Definition at line 197 of file mesh.h.

u32 seqnum

Definition at line 195 of file mesh.h.


The documentation for this struct was generated from the following file: