Searched refs:tb_id (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | fib_hash.c | 473 FTprint("tb(%d)_insert: %d %08x/%d %d %08x\n", tb->tb_id, r->rtm_type, rta->rta_dst ? in fn_hash_insert() 618 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req); in fn_hash_insert() 626 rtmsg_fib(RTM_NEWROUTE, new_f, z, tb->tb_id, n, req); in fn_hash_insert() 649 FTprint("tb(%d)_delete: %d %08x/%d %d\n", tb->tb_id, r->rtm_type, rta->rta_dst ? in fn_hash_delete() 702 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req); in fn_hash_delete() 830 tb->tb_id, (f->fn_state&FN_S_ZOMBIE) ? 0 : f->fn_type, f->fn_scope, in fn_hash_dump_bucket() 887 static void rtmsg_fib(int event, struct fib_node* f, int z, int tb_id, in rtmsg_fib() argument 898 if (fib_dump_info(skb, pid, n->nlmsg_seq, event, tb_id, in rtmsg_fib() 930 tb->tb_id = id; in fib_hash_init()
|
D | fib_semantics.c | 645 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos, in fib_dump_info() argument 658 rtm->rtm_table = tb_id; in fib_dump_info()
|
D | fib_rules.c | 182 table_id = table->tb_id; in inet_rtm_newrule()
|
D | fib_frontend.c | 444 req.rtm.rtm_table = tb->tb_id; in fib_magic()
|
/linux-2.4.37.9/include/net/ |
D | ip_fib.h | 118 unsigned char tb_id; member 218 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
|
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 271 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, in dn_fib_dump_info() argument 284 rtm->rtm_table = tb_id; in dn_fib_dump_info() 332 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, int tb_id, in dn_rtmsg_fib() argument 343 if (dn_fib_dump_info(skb, pid, nlh->nlmsg_seq, event, tb_id, in dn_rtmsg_fib()
|