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

/net/ipv4/
H A Dfib_lookup.h31 u32 tb_id, u8 type, __be32 dst,
35 int dst_len, u32 tb_id, struct nl_info *info,
H A Dfib_semantics.c382 int dst_len, u32 tb_id, struct nl_info *info,
393 err = fib_dump_info(skb, info->portid, seq, event, tb_id,
996 u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos,
1011 if (tb_id < 256)
1012 rtm->rtm_table = tb_id;
1015 if (nla_put_u32(skb, RTA_TABLE, tb_id))
381 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
995 fib_dump_info(struct sk_buff *skb, u32 portid, u32 seq, int event, u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi, unsigned int flags) argument
H A Dfib_trie.c1189 pr_debug("Insert table=%u %08x/%d\n", tb->tb_id, key, plen);
1280 tb->tb_id, &cfg->fc_nlinfo, NLM_F_REPLACE);
1326 rtmsg_fib(RTM_NEWROUTE, htonl(key), new_fa, plen, tb->tb_id,
1685 rtmsg_fib(RTM_DELROUTE, htonl(key), fa, plen, tb->tb_id,
1867 tb->tb_id,
1980 tb->tb_id = id;
2168 if (tb->tb_id == RT_TABLE_LOCAL)
2170 else if (tb->tb_id == RT_TABLE_MAIN)
2173 seq_printf(seq, "Id %d:\n", tb->tb_id);
2274 h = tb->tb_id
[all...]
H A Dfib_frontend.c125 if (tb->tb_id == id) {
722 cfg.fc_table = tb->tb_id;
936 frn->tb_id = tb->tb_id;
H A Dfib_rules.c158 rule->table = table->tb_id;
/net/decnet/
H A Ddn_table.c298 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
313 rtm->rtm_table = tb_id;
319 if (nla_put_u32(skb, RTA_TABLE, tb_id) < 0)
376 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, argument
387 err = dn_fib_dump_info(skb, portid, nlh->nlmsg_seq, event, tb_id,
297 dn_fib_dump_info(struct sk_buff *skb, u32 portid, 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 78 milliseconds