Home
last modified time | relevance | path

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

/linux/net/phonet/
H A 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/samples/bpf/
H A 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/net/mpls/
H A Daf_mpls.c1823 if (rtm->rtm_table != RT_TABLE_MAIN) { in rtm_to_route_config()
1987 rtm->rtm_table = RT_TABLE_MAIN; in mpls_dump_route()
2105 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2303 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
2468 r->rtm_table = RT_TABLE_MAIN; in mpls_getroute()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c264 req.rt.rtm_table = vrf; in __ip_route_add()
/linux/include/uapi/linux/
H A Drtnetlink.h243 unsigned char rtm_table; /* Routing table id */ member
/linux/net/ipv4/
H A Dfib_frontend.c754 cfg->fc_table = rtm->rtm_table; in rtm_to_fib_config()
946 filter->table_id = rtm->rtm_table; in ip_valid_fib_dump_req()
H A Dfib_semantics.c1797 rtm->rtm_table = tb_id; in fib_dump_info()
1799 rtm->rtm_table = RT_TABLE_COMPAT; in fib_dump_info()
H A Dipmr.c2332 rtm->rtm_table = mrt->id; in ipmr_fill_mroute()
2498 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
H A Droute.c2889 r->rtm_table = table_id < 256 ? table_id : RT_TABLE_COMPAT; in rt_fill_info()
3163 rtm->rtm_table || rtm->rtm_protocol || in inet_rtm_valid_getroute_req()
/linux/net/ipv6/
H A Dip6mr.c2357 rtm->rtm_table = mrt->id; in ip6mr_fill_mroute()
2524 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ip6mr_rtm_valid_getroute_req()
H A Droute.c5034 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5647 rtm->rtm_table = table < 256 ? table : RT_TABLE_COMPAT; in rt6_fill_node()
5979 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
/linux/net/mctp/
H A Droute.c1382 hdr->rtm_table = RT_TABLE_DEFAULT; in mctp_fill_rtinfo()
/linux/tools/testing/selftests/net/
H A Dipsec.c442 req.rt.rtm_table = RT_TABLE_MAIN; in ip4_route_set()