Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
mpoa_caches.h File Reference
#include <linux/netdevice.h>
#include <linux/types.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/atmmpc.h>

Go to the source code of this file.

Data Structures

struct  in_cache_entry
 
struct  in_cache_ops
 
struct  eg_cache_entry
 
struct  eg_cache_ops
 

Macros

#define INGRESS_REFRESHING   3
 
#define INGRESS_RESOLVED   2
 
#define INGRESS_RESOLVING   1
 
#define INGRESS_INVALID   0
 
#define OPEN   1
 
#define CLOSED   0
 
#define EGRESS_RESOLVED   2
 
#define EGRESS_PURGE   1
 
#define EGRESS_INVALID   0
 

Typedefs

typedef struct in_cache_entry in_cache_entry
 
typedef struct eg_cache_entry eg_cache_entry
 

Functions

void atm_mpoa_init_cache (struct mpoa_client *mpc)
 

Macro Definition Documentation

#define CLOSED   0

Definition at line 88 of file mpoa_caches.h.

#define EGRESS_INVALID   0

Definition at line 94 of file mpoa_caches.h.

#define EGRESS_PURGE   1

Definition at line 93 of file mpoa_caches.h.

#define EGRESS_RESOLVED   2

Definition at line 92 of file mpoa_caches.h.

#define INGRESS_INVALID   0

Definition at line 83 of file mpoa_caches.h.

#define INGRESS_REFRESHING   3

Definition at line 80 of file mpoa_caches.h.

#define INGRESS_RESOLVED   2

Definition at line 81 of file mpoa_caches.h.

#define INGRESS_RESOLVING   1

Definition at line 82 of file mpoa_caches.h.

#define OPEN   1

Definition at line 87 of file mpoa_caches.h.

Typedef Documentation

Function Documentation

void atm_mpoa_init_cache ( struct mpoa_client mpc)

Definition at line 565 of file mpoa_caches.c.