Linux Kernel
3.7.1
|
#include <linux/pim.h>
#include <linux/skbuff.h>
#include <net/net_namespace.h>
#include <uapi/linux/mroute6.h>
Go to the source code of this file.
Data Structures | |
struct | mif_device |
struct | mfc6_cache |
Macros | |
#define | VIFF_STATIC 0x8000 |
#define | MFC_STATIC 1 |
#define | MFC_NOTIFY 2 |
#define | MFC6_LINES 64 |
#define | MFC6_HASH(a, g) |
#define | MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */ |
Functions | |
int | ip6mr_get_route (struct net *net, struct sk_buff *skb, struct rtmsg *rtm, int nowait) |
#define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */ |