Home
last modified time | relevance | path

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

/Linux-v5.10/net/phonet/
Dpn_netlink.c174 rtm->rtm_tos = 0; in fill_route()
/Linux-v5.10/include/uapi/linux/
Drtnetlink.h225 unsigned char rtm_tos; member
/Linux-v5.10/net/mpls/
Daf_mpls.c1800 if (rtm->rtm_tos != 0) { in rtm_to_route_config()
1967 rtm->rtm_tos = 0; in mpls_dump_route()
2085 if (rtm->rtm_dst_len || rtm->rtm_src_len || rtm->rtm_tos || in mpls_valid_fib_dump_req()
2287 rtm->rtm_src_len || rtm->rtm_tos || rtm->rtm_table || in mpls_valid_getroute_req()
/Linux-v5.10/net/ipv4/
Dfib_frontend.c737 cfg->fc_tos = rtm->rtm_tos; in rtm_to_fib_config()
908 if (rtm->rtm_dst_len || rtm->rtm_src_len || rtm->rtm_tos || in ip_valid_fib_dump_req()
Droute.c2852 r->rtm_tos = fl4 ? fl4->flowi4_tos : 0; in rt_fill_info()
3225 fl4.flowi4_tos = rtm->rtm_tos & IPTOS_RT_MASK; in inet_rtm_getroute()
3250 rtm->rtm_tos & IPTOS_RT_MASK, dev, in inet_rtm_getroute()
Dipmr.c2312 rtm->rtm_tos = 0; in ipmr_fill_mroute()
2480 rtm->rtm_tos || rtm->rtm_table || rtm->rtm_protocol || in ipmr_rtm_valid_getroute_req()
Dfib_semantics.c1753 rtm->rtm_tos = fri->tos; in fib_dump_info()
/Linux-v5.10/net/decnet/
Ddn_table.c316 rtm->rtm_tos = 0; in dn_fib_dump_info()
Ddn_route.c1563 r->rtm_tos = 0; in dn_rt_fill_info()
/Linux-v5.10/net/ipv6/
Dip6mr.c2342 rtm->rtm_tos = 0; in ip6mr_fill_mroute()
Droute.c5484 rtm->rtm_tos = 0; in rt6_fill_node()
5880 fl6.flowlabel = ip6_make_flowinfo(rtm->rtm_tos, 0); in inet6_rtm_getroute()