Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/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.1.9/net/mpls/
Daf_mpls.c1835 if (rtm->rtm_table != RT_TABLE_MAIN) { in rtm_to_route_config()
1999 rtm->rtm_table = RT_TABLE_MAIN; in mpls_dump_route()
2117 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2314 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
2479 r->rtm_table = RT_TABLE_MAIN; in mpls_getroute()
/linux-6.1.9/include/uapi/linux/
Drtnetlink.h243 unsigned char rtm_table; /* Routing table id */ member
/linux-6.1.9/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.1.9/net/ipv4/
Dfib_frontend.c751 cfg->fc_table = rtm->rtm_table; in rtm_to_fib_config()
942 filter->table_id = rtm->rtm_table; in ip_valid_fib_dump_req()
Dfib_semantics.c1792 rtm->rtm_table = tb_id; in fib_dump_info()
1794 rtm->rtm_table = RT_TABLE_COMPAT; in fib_dump_info()
Dipmr.c2316 rtm->rtm_table = mrt->id; in ipmr_fill_mroute()
2483 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
Droute.c2958 r->rtm_table = table_id < 256 ? table_id : RT_TABLE_COMPAT; in rt_fill_info()
3232 rtm->rtm_table || rtm->rtm_protocol || in inet_rtm_valid_getroute_req()
/linux-6.1.9/net/ipv6/
Dip6mr.c2370 rtm->rtm_table = mrt->id; in ip6mr_fill_mroute()
2538 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ip6mr_rtm_valid_getroute_req()
Droute.c5020 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5639 rtm->rtm_table = table < 256 ? table : RT_TABLE_COMPAT; in rt6_fill_node()
5971 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/linux-6.1.9/net/mctp/
Droute.c1302 hdr->rtm_table = RT_TABLE_DEFAULT; in mctp_fill_rtinfo()