Home
last modified time | relevance | path

Searched refs:RTA_TABLE (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr.c2316 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 Dfib_frontend.c673 [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 Dfib_semantics.c468 + 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 Droute.c2884 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipmr.c2332 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 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.c468 + 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 Droute.c2958 if (nla_put_u32(skb, RTA_TABLE, table_id)) in rt_fill_info()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Drtnetlink.h354 RTA_TABLE, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drtnetlink.h376 RTA_TABLE, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drtnetlink.h266 RTA_TABLE, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drtnetlink.h235 RTA_TABLE, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drtnetlink.h266 RTA_TABLE, enumerator
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6mr.c2361 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 Droute.c4987 [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 Droute.c4900 [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 Dip6mr.c2346 if (nla_put_u32(skb, RTA_TABLE, mrt->id)) in ip6mr_fill_mroute()
2384 + nla_total_size(4) /* RTA_TABLE */ in mr6_msgsize()

Completed in 58 milliseconds