Searched refs:tb_id (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_hash.c449 FTprint("tb(%d)_insert: %d %08x/%d %d %08x\n", tb->tb_id, r->rtm_type, rta->rta_dst ?
596 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req);
604 rtmsg_fib(RTM_NEWROUTE, new_f, z, tb->tb_id, n, req);
627 FTprint("tb(%d)_delete: %d %08x/%d %d\n", tb->tb_id, r->rtm_type, rta->rta_dst ?
680 rtmsg_fib(RTM_DELROUTE, f, z, tb->tb_id, n, req);
808 tb->tb_id, (f->fn_state&FN_S_ZOMBIE) ? 0 : f->fn_type, f->fn_scope,
865 static void rtmsg_fib(int event, struct fib_node* f, int z, int tb_id, argument
876 if (fib_dump_info(skb, pid, n->nlmsg_seq, event, tb_id,
908 tb->tb_id = id;
H A Dfib_semantics.c642 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
655 rtm->rtm_table = tb_id;
641 fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos, struct fib_info *fi) argument
H A Dfib_frontend.c444 req.rtm.rtm_table = tb->tb_id;
H A Dfib_rules.c182 table_id = table->tb_id;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip_fib.h118 unsigned char tb_id; member in struct:fib_table
218 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip_fib.h118 unsigned char tb_id; member in struct:fib_table
218 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_table.c271 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len,
284 rtm->rtm_table = tb_id;
332 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, int tb_id, argument
343 if (dn_fib_dump_info(skb, pid, nlh->nlmsg_seq, event, tb_id,
270 dn_fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi) argument

Completed in 105 milliseconds