Searched refs:RTA_TABLE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 2346 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ipmr_fill_mroute() 2536 case RTA_TABLE: in ipmr_rtm_valid_getroute_req() 2565 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute() 2640 [RTA_TABLE] = { .type = NLA_U32 }, 2722 case RTA_TABLE: in rtm_to_ipmr_mfcc()
|
H A D | fib_frontend.c | 676 [RTA_TABLE] = { .type = NLA_U32 }, 813 case RTA_TABLE: in rtm_to_fib_config() 959 case RTA_TABLE: in ip_valid_fib_dump_req()
|
H A D | fib_semantics.c | 1801 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
|
H A D | route.c | 2979 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 376 RTA_TABLE, enumerator
|
/openbmc/linux/net/ipv6/ |
H A D | ip6mr.c | 2377 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ip6mr_fill_mroute() 2525 [RTA_TABLE] = { .type = NLA_U32 }, 2580 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ip6mr_rtm_getroute()
|
H A D | route.c | 4999 [RTA_TABLE] = { .type = NLA_U32 }, 5107 if (tb[RTA_TABLE]) in rtm_to_fib6_config() 5108 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config() 5652 if (nla_put_u32(skb, RTA_TABLE, table)) in rt6_fill_node()
|