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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_lookup.h30 u32 tb_id, u8 type, u8 scope, __be32 dst,
34 int dst_len, u32 tb_id, struct nl_info *info,
H A Dfib_semantics.c306 int dst_len, u32 tb_id, struct nl_info *info,
317 err = fib_dump_info(skb, info->pid, seq, event, tb_id,
944 u32 tb_id, u8 type, u8 scope, __be32 dst, int dst_len, u8 tos,
959 if (tb_id < 256)
960 rtm->rtm_table = tb_id;
963 NLA_PUT_U32(skb, RTA_TABLE, tb_id);
305 rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len, u32 tb_id, struct nl_info *info, unsigned int nlm_flags) argument
943 fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, __be32 dst, int dst_len, u8 tos, struct fib_info *fi, unsigned int flags) argument
H A Dfib_hash.c476 rtmsg_fib(RTM_NEWROUTE, key, fa, cfg->fc_dst_len, tb->tb_id,
537 rtmsg_fib(RTM_NEWROUTE, key, new_fa, cfg->fc_dst_len, tb->tb_id,
603 tb->tb_id, &cfg->fc_nlinfo, 0);
703 tb->tb_id,
789 tb->tb_id = id;
H A Dfib_frontend.c107 if (tb->tb_id == id) {
721 cfg.fc_table = tb->tb_id;
859 frn->tb_id = tb->tb_id;
H A Dfib_rules.c157 rule->table = table->tb_id;
H A Dfib_trie.c1199 pr_debug("Insert table=%u %08x/%d\n", tb->tb_id, key, plen);
1292 tb->tb_id, &cfg->fc_nlinfo, NLM_F_REPLACE);
1336 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, tb->tb_id,
1660 rtmsg_fib(RTM_DELROUTE, htonl(key), fa, plen, tb->tb_id,
1912 tb->tb_id,
2028 tb->tb_id = id;
2219 if (tb->tb_id == RT_TABLE_LOCAL)
2221 else if (tb->tb_id == RT_TABLE_MAIN)
2224 seq_printf(seq, "Id %d:\n", tb->tb_id);
2327 h = tb->tb_id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_fib.h116 unsigned char tb_id; /* Results */ member in struct:fib_result_nl
145 u32 tb_id; member in struct:fib_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_table.c295 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
308 rtm->rtm_table = tb_id;
309 RTA_PUT_U32(skb, RTA_TABLE, tb_id);
359 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, argument
370 err = dn_fib_dump_info(skb, pid, nlh->nlmsg_seq, event, tb_id,
294 dn_fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi, unsigned int flags) argument

Completed in 101 milliseconds