Home
last modified time | relevance | path

Searched refs:rtm_table (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/net/phonet/
Dpn_netlink.c175 rtm->rtm_table = RT_TABLE_MAIN; in fill_route()
242 if (rtm->rtm_table != RT_TABLE_MAIN || rtm->rtm_type != RTN_UNICAST) in route_doit()
/linux-6.6.21/samples/bpf/
Dxdp_router_ipv4_user.c121 if (rt_msg->rtm_table != RT_TABLE_MAIN) in read_route()
285 req.rt.rtm_table = RT_TABLE_MAIN; in get_route_table()
/linux-6.6.21/net/mpls/
Daf_mpls.c1841 if (rtm->rtm_table != RT_TABLE_MAIN) { in rtm_to_route_config()
2005 rtm->rtm_table = RT_TABLE_MAIN; in mpls_dump_route()
2123 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2320 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
2485 r->rtm_table = RT_TABLE_MAIN; in mpls_getroute()
/linux-6.6.21/include/uapi/linux/
Drtnetlink.h243 unsigned char rtm_table; /* Routing table id */ member
/linux-6.6.21/tools/testing/selftests/net/
Dudpgso.c386 rt->rtm_table = RT_TABLE_MAIN; in set_route_mtu()
Dipsec.c442 req.rt.rtm_table = RT_TABLE_MAIN; in ip4_route_set()
/linux-6.6.21/net/ipv4/
Dfib_frontend.c754 cfg->fc_table = rtm->rtm_table; in rtm_to_fib_config()
945 filter->table_id = rtm->rtm_table; in ip_valid_fib_dump_req()
Dfib_semantics.c1799 rtm->rtm_table = tb_id; in fib_dump_info()
1801 rtm->rtm_table = RT_TABLE_COMPAT; in fib_dump_info()
Dipmr.c2329 rtm->rtm_table = mrt->id; in ipmr_fill_mroute()
2496 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
Droute.c2957 r->rtm_table = table_id < 256 ? table_id : RT_TABLE_COMPAT; in rt_fill_info()
3231 rtm->rtm_table || rtm->rtm_protocol || in inet_rtm_valid_getroute_req()
/linux-6.6.21/net/ipv6/
Dip6mr.c2360 rtm->rtm_table = mrt->id; in ip6mr_fill_mroute()
2528 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ip6mr_rtm_valid_getroute_req()
Droute.c5018 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5638 rtm->rtm_table = table < 256 ? table : RT_TABLE_COMPAT; in rt6_fill_node()
5970 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/linux-6.6.21/net/mctp/
Droute.c1315 hdr->rtm_table = RT_TABLE_DEFAULT; in mctp_fill_rtinfo()