Lines Matching refs:fib_table
293 fn_hash_lookup(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_lookup()
365 fn_hash_select_default(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_select_default()
457 fn_hash_insert(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta, in fn_hash_insert()
636 fn_hash_delete(struct fib_table *tb, struct rtmsg *r, struct kern_rta *rta, in fn_hash_delete()
751 static int fn_hash_flush(struct fib_table *tb) in fn_hash_flush()
772 static int fn_hash_get_info(struct fib_table *tb, char *buffer, int first, int count) in fn_hash_get_info()
818 struct fib_table *tb, in fn_hash_dump_bucket()
843 struct fib_table *tb, in fn_hash_dump_zone()
864 static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlink_callback *cb) in fn_hash_dump()
913 struct fib_table * fib_hash_init(int id) in fib_hash_init()
915 struct fib_table * __init fib_hash_init(int id) in fib_hash_init()
918 struct fib_table *tb; in fib_hash_init()
926 tb = kmalloc(sizeof(struct fib_table) + sizeof(struct fn_hash), GFP_KERNEL); in fib_hash_init()