Home
last modified time | relevance | path

Searched refs:tb_id (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dfib_hash.c473 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()
Dfib_semantics.c645 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()
Dfib_rules.c182 table_id = table->tb_id; in inet_rtm_newrule()
Dfib_frontend.c444 req.rtm.rtm_table = tb->tb_id; in fib_magic()
/linux-2.4.37.9/include/net/
Dip_fib.h118 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/
Ddn_table.c271 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()