tag | line | file | source code |
fib_node | 84 | net/ipv4/route.c | struct fib_node *fib_next; |
fib_node | 112 | net/ipv4/route.c | struct fib_node **fz_hash_table; |
fib_node | 113 | net/ipv4/route.c | struct fib_node *fz_list; |
fib_node | 121 | net/ipv4/route.c | static struct fib_node *fib_loopback = NULL; |
fib_node | 190 | net/ipv4/route.c | static void fib_free_node(struct fib_node * f) |
fib_node | 205 | net/ipv4/route.c | kfree_s(f, sizeof(struct fib_node)); |
fib_node | 212 | net/ipv4/route.c | static struct fib_node * fib_lookup_gateway(__u32 dst) |
fib_node | 215 | net/ipv4/route.c | struct fib_node * f; |
fib_node | 250 | net/ipv4/route.c | static struct fib_node * fib_lookup_local(__u32 dst) |
fib_node | 253 | net/ipv4/route.c | struct fib_node * f; |
fib_node | 290 | net/ipv4/route.c | static struct fib_node * fib_lookup(__u32 dst) |
fib_node | 293 | net/ipv4/route.c | struct fib_node * f; |
fib_node | 314 | net/ipv4/route.c | struct fib_node * f; |
fib_node | 372 | net/ipv4/route.c | static int fib_del_list(struct fib_node **fp, __u32 dst, |
fib_node | 375 | net/ipv4/route.c | struct fib_node *f; |
fib_node | 410 | net/ipv4/route.c | struct fib_node **fp; |
fib_node | 521 | net/ipv4/route.c | struct fib_node *f, *f1; |
fib_node | 522 | net/ipv4/route.c | struct fib_node **fp; |
fib_node | 523 | net/ipv4/route.c | struct fib_node **dup_fp = NULL; |
fib_node | 576 | net/ipv4/route.c | f = (struct fib_node *) kmalloc(sizeof(struct fib_node), GFP_KERNEL); |
fib_node | 580 | net/ipv4/route.c | memset(f, 0, sizeof(struct fib_node)); |
fib_node | 587 | net/ipv4/route.c | kfree_s(f, sizeof(struct fib_node)); |
fib_node | 632 | net/ipv4/route.c | struct fib_node ** ht; |
fib_node | 640 | net/ipv4/route.c | memset(ht, 0, RTZ_HASH_DIVISOR*sizeof(struct fib_node*)); |
fib_node | 645 | net/ipv4/route.c | struct fib_node * next; |
fib_node | 742 | net/ipv4/route.c | static int rt_flush_list(struct fib_node ** fp, struct device *dev) |
fib_node | 745 | net/ipv4/route.c | struct fib_node *f; |
fib_node | 807 | net/ipv4/route.c | struct fib_node *f; |
fib_node | 828 | net/ipv4/route.c | struct fib_node ** fp; |
fib_node | 1475 | net/ipv4/route.c | struct fib_node * f; |