Home
last modified time | relevance | path

Searched refs:RTA_TABLE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dipmr.c2346 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 Dfib_frontend.c676 [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 Dfib_semantics.c1801 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
H A Droute.c2979 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h376 RTA_TABLE, enumerator
/openbmc/linux/net/ipv6/
H A Dip6mr.c2377 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 Droute.c4999 [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()