Linux Kernel
3.7.1
|
#include <linux/netdevice.h>
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/atmarp.h>
#include <linux/spinlock.h>
#include <net/neighbour.h>
Go to the source code of this file.
Data Structures | |
struct | clip_vcc |
struct | atmarp_entry |
struct | clip_priv |
Macros | |
#define | CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) |
#define | PRIV(dev) ((struct clip_priv *) netdev_priv(dev)) |