Home
last modified time | relevance | path

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

/linux/net/phonet/
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/net/decnet/
A Ddn_fib.c524 tb = dn_fib_get_table(rtm_get_table(attrs, r->rtm_table), 0); in dn_fib_rtm_delroute()
551 tb = dn_fib_get_table(rtm_get_table(attrs, r->rtm_table), 1); in dn_fib_rtm_newroute()
606 req.rtm.rtm_table = tb->n; in fib_magic()
A Ddn_table.c317 rtm->rtm_table = tb_id; in dn_fib_dump_info()
A Ddn_route.c1563 r->rtm_table = RT_TABLE_MAIN; in dn_rt_fill_info()
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c163 if (rt_msg->rtm_table != RT_TABLE_MAIN) in read_route()
350 req.rt.rtm_table = RT_TABLE_MAIN; in get_route_table()
/linux/net/mpls/
A Daf_mpls.c1836 if (rtm->rtm_table != RT_TABLE_MAIN) { in rtm_to_route_config()
2000 rtm->rtm_table = RT_TABLE_MAIN; in mpls_dump_route()
2118 rtm->rtm_table || rtm->rtm_scope || rtm->rtm_type || in mpls_valid_fib_dump_req()
2315 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
2480 r->rtm_table = RT_TABLE_MAIN; in mpls_getroute()
/linux/include/uapi/linux/
A Drtnetlink.h234 unsigned char rtm_table; /* Routing table id */ member
/linux/tools/testing/selftests/net/
A Dudpgso.c386 rt->rtm_table = RT_TABLE_MAIN; in set_route_mtu()
A Dipsec.c404 req.rt.rtm_table = RT_TABLE_MAIN; in ip4_route_set()
/linux/net/ipv4/
A Dfib_frontend.c740 cfg->fc_table = rtm->rtm_table; in rtm_to_fib_config()
928 filter->table_id = rtm->rtm_table; in ip_valid_fib_dump_req()
A Dfib_semantics.c1792 rtm->rtm_table = tb_id; in fib_dump_info()
1794 rtm->rtm_table = RT_TABLE_COMPAT; in fib_dump_info()
A Dipmr.c2313 rtm->rtm_table = mrt->id; in ipmr_fill_mroute()
2480 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
A Droute.c2935 r->rtm_table = table_id < 256 ? table_id : RT_TABLE_COMPAT; in rt_fill_info()
3209 rtm->rtm_table || rtm->rtm_protocol || in inet_rtm_valid_getroute_req()
/linux/net/mctp/
A Droute.c1223 hdr->rtm_table = RT_TABLE_DEFAULT; in mctp_fill_rtinfo()
/linux/net/ipv6/
A Droute.c5027 .fc_table = rtm->rtm_table, in rtm_to_fib6_config()
5646 rtm->rtm_table = table < 256 ? table : RT_TABLE_COMPAT; in rt6_fill_node()
5978 rtm->rtm_table || rtm->rtm_protocol || rtm->rtm_scope || in inet6_rtm_valid_getroute_req()
A Dip6mr.c2342 rtm->rtm_table = mrt->id; in ip6mr_fill_mroute()

Completed in 98 milliseconds