Searched refs:tb_insert (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | fib_frontend.c | 315 err = tb->tb_insert(tb, &req.rtm, &rta, &req.nlh, NULL); in ip_rt_ioctl() 377 return tb->tb_insert(tb, r, (struct kern_rta*)rta, nlh, &NETLINK_CB(skb)); in inet_rtm_newroute() 454 tb->tb_insert(tb, &req.rtm, &rta, &req.nlh, NULL); in fib_magic()
|
D | fib_hash.c | 932 tb->tb_insert = fn_hash_insert; in fib_hash_init()
|
/linux-2.4.37.9/include/net/ |
D | ip_fib.h | 121 int (*tb_insert)(struct fib_table *table, struct rtmsg *r, member
|