/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 2316 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ipmr_fill_mroute() 2354 + nla_total_size(4) /* RTA_TABLE */ in mroute_msgsize() 2506 case RTA_TABLE: in ipmr_rtm_valid_getroute_req() 2535 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute() 2610 [RTA_TABLE] = { .type = NLA_U32 }, 2692 case RTA_TABLE: in rtm_to_ipmr_mfcc()
|
H A D | fib_frontend.c | 673 [RTA_TABLE] = { .type = NLA_U32 }, 802 case RTA_TABLE: in rtm_to_fib_config() 948 case RTA_TABLE: in ip_valid_fib_dump_req()
|
H A D | fib_semantics.c | 468 + nla_total_size(4) /* RTA_TABLE */ in fib_nlmsg_size() 1821 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
|
H A D | route.c | 2884 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr.c | 2332 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ipmr_fill_mroute() 2370 + nla_total_size(4) /* RTA_TABLE */ in mroute_msgsize() 2522 case RTA_TABLE: in ipmr_rtm_valid_getroute_req() 2551 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute() 2626 [RTA_TABLE] = { .type = NLA_U32 }, 2708 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 | 468 + nla_total_size(4) /* RTA_TABLE */ in fib_nlmsg_size() 1802 if (nla_put_u32(skb, RTA_TABLE, tb_id)) in fib_dump_info()
|
H A D | route.c | 2958 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 354 RTA_TABLE, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 376 RTA_TABLE, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 266 RTA_TABLE, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 235 RTA_TABLE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 266 RTA_TABLE, enumerator
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6mr.c | 2361 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ip6mr_fill_mroute() 2399 + nla_total_size(4) /* RTA_TABLE */ in mr6_msgsize() 2509 [RTA_TABLE] = { .type = NLA_U32 }, 2564 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ip6mr_rtm_getroute()
|
H A D | route.c | 4987 [RTA_TABLE] = { .type = NLA_U32 }, 5095 if (tb[RTA_TABLE]) in rtm_to_fib6_config() 5096 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config() 5554 + nla_total_size(4) /* RTA_TABLE */ in rt6_nlmsg_size() 5632 if (nla_put_u32(skb, RTA_TABLE, table)) in rt6_fill_node()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 4900 [RTA_TABLE] = { .type = NLA_U32 }, 5002 if (tb[RTA_TABLE]) in rtm_to_fib6_config() 5003 cfg->fc_table = nla_get_u32(tb[RTA_TABLE]); in rtm_to_fib6_config() 5461 + nla_total_size(4) /* RTA_TABLE */ in rt6_nlmsg_size() 5539 if (nla_put_u32(skb, RTA_TABLE, table)) in rt6_fill_node()
|
H A D | ip6mr.c | 2346 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ip6mr_fill_mroute() 2384 + nla_total_size(4) /* RTA_TABLE */ in mr6_msgsize()
|