Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h385 RTA_TABLE, enumerator
/linux-6.15/net/ipv4/
H A Dfib_frontend.c682 [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 Dipmr.c2351 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 Dfib_semantics.c1751 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
H A Droute.c2949 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
/linux-6.15/net/ipv6/
H A Dip6mr.c2381 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 Droute.c5046 [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()