Home
last modified time | relevance | path

Searched refs:IPTOS_RT_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/ipv4/netfilter/
H A Dipt_rpfilter.c78 flow.flowi4_tos = iph->tos & IPTOS_RT_MASK; in rpfilter_mt()
/openbmc/linux/net/ipv4/
H A Droute.c110 ((oldflp4)->flowi4_tos & (IPTOS_RT_MASK | RTO_ONLINK))
512 fl4->flowi4_tos = tos & IPTOS_RT_MASK; in ip_rt_fix_tos()
533 flowi4_init_output(fl4, oif, mark, tos & IPTOS_RT_MASK, scope, in __build_flow_key()
562 ip_sock_rt_tos(sk) & IPTOS_RT_MASK, in build_sk_flow_key()
1299 .flowi4_tos = iph->tos & IPTOS_RT_MASK, in ip_rt_get_source()
2204 tos &= IPTOS_RT_MASK; in ip_route_use_hint()
2514 tos &= IPTOS_RT_MASK; in ip_route_input_noref()
3353 fl4.flowi4_tos = rtm->rtm_tos & IPTOS_RT_MASK; in inet_rtm_getroute()
3378 rtm->rtm_tos & IPTOS_RT_MASK, dev, in inet_rtm_getroute()
H A Dfib_frontend.c296 .flowi4_tos = ip_hdr(skb)->tos & IPTOS_RT_MASK, in fib_compute_spec_dst()
1346 .flowi4_tos = frn->fl_tos & IPTOS_RT_MASK, in nl_fib_lookup()
H A Dudp.c2621 iph->tos & IPTOS_RT_MASK, in udp_v4_early_demux()
/openbmc/linux/include/net/
H A Droute.h262 #define IPTOS_RT_MASK (IPTOS_TOS_MASK & ~3) macro
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c2568 return IPTOS_RT_MASK & fl->u.ip4.flowi4_tos; in xfrm_get_tos()
/openbmc/linux/net/core/
H A Dfilter.c5893 fl4.flowi4_tos = params->tos & IPTOS_RT_MASK; in bpf_ipv4_fib_lookup()