#include <linux/types.h>
#include <linux/list.h>
#include <net/ip_fib.h>
Go to the source code of this file.
|
| void | fib_release_info (struct fib_info *) |
| |
| struct fib_info * | fib_create_info (struct fib_config *cfg) |
| |
| int | fib_nh_match (struct fib_config *cfg, struct fib_info *fi) |
| |
| int | fib_dump_info (struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi, unsigned int) |
| |
| void | rtmsg_fib (int event, __be32 key, struct fib_alias *fa, int dst_len, u32 tb_id, struct nl_info *info, unsigned int nlm_flags) |
| |
| struct fib_alias * | fib_find_alias (struct list_head *fah, u8 tos, u32 prio) |
| |
| int | fib_detect_death (struct fib_info *fi, int order, struct fib_info **last_resort, int *last_idx, int dflt) |
| |
| #define FA_S_ACCESSED 0x01 |
| int fib_dump_info |
( |
struct sk_buff * |
skb, |
|
|
u32 |
pid, |
|
|
u32 |
seq, |
|
|
int |
event, |
|
|
u32 |
tb_id, |
|
|
u8 |
type, |
|
|
__be32 |
dst, |
|
|
int |
dst_len, |
|
|
u8 |
tos, |
|
|
struct fib_info * |
fi, |
|
|
unsigned |
int |
|
) |
| |