Home
last modified time | relevance | path

Searched refs:rtm_tos (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/net/phonet/
Dpn_netlink.c174 rtm->rtm_tos = 0; in fill_route()
/Linux-v5.4/include/uapi/linux/
Drtnetlink.h211 unsigned char rtm_tos; member
/Linux-v5.4/net/mpls/
Daf_mpls.c1812 if (rtm->rtm_tos != 0) { in rtm_to_route_config()
1979 rtm->rtm_tos = 0; in mpls_dump_route()
2097 if (rtm->rtm_dst_len || rtm->rtm_src_len || rtm->rtm_tos || in mpls_valid_fib_dump_req()
2299 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
/Linux-v5.4/net/ipv4/
Dfib_frontend.c745 cfg->fc_tos = rtm->rtm_tos; in rtm_to_fib_config()
916 if (rtm->rtm_dst_len || rtm->rtm_src_len || rtm->rtm_tos || in ip_valid_fib_dump_req()
Droute.c2754 r->rtm_tos = fl4 ? fl4->flowi4_tos : 0; in rt_fill_info()
3127 fl4.flowi4_tos = rtm->rtm_tos; in inet_rtm_getroute()
3151 err = ip_route_input_rcu(skb, dst, src, rtm->rtm_tos, in inet_rtm_getroute()
Dipmr.c2337 rtm->rtm_tos = 0; in ipmr_fill_mroute()
2503 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
Dfib_semantics.c1743 rtm->rtm_tos = tos; in fib_dump_info()
/Linux-v5.4/net/decnet/
Ddn_table.c316 rtm->rtm_tos = 0; in dn_fib_dump_info()
Ddn_route.c1559 r->rtm_tos = 0; in dn_rt_fill_info()
/Linux-v5.4/net/ipv6/
Dip6mr.c2336 rtm->rtm_tos = 0; in ip6mr_fill_mroute()
Droute.c5392 rtm->rtm_tos = 0; in rt6_fill_node()
5780 fl6.flowlabel = ip6_make_flowinfo(rtm->rtm_tos, 0); in inet6_rtm_getroute()