Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | vif_device |
struct | mfc_cache |
Macros | |
#define | VIFF_STATIC 0x8000 |
#define | MFC_STATIC 1 |
#define | MFC_NOTIFY 2 |
#define | MFC_LINES 64 |
#define | MFC_HASH(a, b) ((((__force u32)(__be32)a)^(((__force u32)(__be32)b)>>2))&(MFC_LINES-1)) |
Functions | |
int | ipmr_get_route (struct net *net, struct sk_buff *skb, __be32 saddr, __be32 daddr, struct rtmsg *rtm, int nowait) |