Searched refs:RTA_TABLE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 385 RTA_TABLE, enumerator
|
| /linux-6.15/net/ipv4/ |
| H A D | fib_frontend.c | 682 [RTA_TABLE] = { .type = NLA_U32 }, 819 case RTA_TABLE: in rtm_to_fib_config() 989 case RTA_TABLE: in ip_valid_fib_dump_req()
|
| H A D | ipmr.c | 2351 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ipmr_fill_mroute() 2540 case RTA_TABLE: in ipmr_rtm_valid_getroute_req() 2569 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute() 2646 [RTA_TABLE] = { .type = NLA_U32 }, 2728 case RTA_TABLE: in rtm_to_ipmr_mfcc()
|
| H A D | fib_semantics.c | 1751 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
|
| H A D | route.c | 2949 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6mr.c | 2381 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ip6mr_fill_mroute() 2528 [RTA_TABLE] = { .type = NLA_U32 }, 2583 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()
|
| H A D | route.c | 5046 [RTA_TABLE] = { .type = NLA_U32 }, 5161 if (tb[RTA_TABLE]) in rtm_to_fib6_config() 5162 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config() 5708 if (nla_put_u32(skb, RTA_TABLE, table)) in rt6_fill_node()
|