Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/linux-5.19.10/samples/bpf/
Dtcp_tos_reflect_kern.c31 int tos = 0; in bpf_basertt() local
55 tos = hdr->tos; in bpf_basertt()
56 if (tos != 0) in bpf_basertt()
58 &tos, sizeof(tos)); in bpf_basertt()
61 tos = ((hdr6->priority) << 4 | in bpf_basertt()
63 if (tos) in bpf_basertt()
66 &tos, sizeof(tos)); in bpf_basertt()
/linux-5.19.10/drivers/infiniband/core/
Dcma_trace.h30 __field(u32, tos)
37 __entry->tos = id_priv->tos;
45 __entry->cm_id, __entry->srcaddr, __entry->dstaddr, __entry->tos
105 __field(u32, tos)
113 __entry->tos = id_priv->tos;
122 __entry->cm_id, __entry->srcaddr, __entry->dstaddr, __entry->tos,
184 __field(u32, tos)
197 __entry->tos = id_priv->tos;
217 __entry->tos, __entry->pd_id,
233 __field(u32, tos)
[all …]
Dcma_configfs.c152 u8 tos; in default_roce_tos_show() local
158 tos = cma_get_default_roce_tos(cma_dev, group->port_num); in default_roce_tos_show()
161 return sysfs_emit(buf, "%u\n", tos); in default_roce_tos_show()
170 u8 tos; in default_roce_tos_store() local
172 ret = kstrtou8(buf, 0, &tos); in default_roce_tos_store()
180 ret = cma_set_default_roce_tos(cma_dev, group->port_num, tos); in default_roce_tos_store()
/linux-5.19.10/include/net/
Droute.h43 #define RT_CONN_FLAGS(sk) (RT_TOS(inet_sk(sk)->tos) | sock_flag(sk, SOCK_LOCALROUTE))
44 #define RT_CONN_FLAGS_TOS(sk,tos) (RT_TOS(tos) | sock_flag(sk, SOCK_LOCALROUTE)) argument
56 return RT_TOS(inet_sk(sk)->tos); in ip_sock_rt_tos()
160 __be32 saddr, u8 tos, int oif) in ip_route_output() argument
164 .flowi4_tos = tos, in ip_route_output()
175 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() argument
177 flowi4_init_output(fl4, oif, sk ? sk->sk_mark : 0, tos, in ip_route_output_ports()
188 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() argument
194 fl4->flowi4_tos = tos; in ip_route_output_gre()
200 u8 tos, struct net_device *dev,
[all …]
Derspan.h161 static inline u8 tos_to_cos(u8 tos) in tos_to_cos() argument
165 dscp = tos >> 2; in tos_to_cos()
182 u8 tos; in erspan_build_header() local
185 tos = is_ipv4 ? ip_hdr(skb)->tos : in erspan_build_header()
206 ershdr->cos = tos_to_cos(tos); in erspan_build_header()
279 u8 tos; in erspan_build_header_v2() local
281 tos = is_ipv4 ? ip_hdr(skb)->tos : in erspan_build_header_v2()
300 ershdr->cos = tos_to_cos(tos); in erspan_build_header_v2()
Dinet_ecn.h56 inet_sk(sk)->tos |= INET_ECN_ECT_0; in INET_ECN_xmit()
63 inet_sk(sk)->tos &= ~INET_ECN_MASK; in INET_ECN_dontxmit()
79 u32 ecn = (iph->tos + 1) & INET_ECN_MASK; in IP_ECN_set_ce()
101 iph->tos |= INET_ECN_CE; in IP_ECN_set_ce()
107 if ((iph->tos & INET_ECN_MASK) != INET_ECN_ECT_0) in IP_ECN_set_ect1()
111 iph->tos ^= INET_ECN_MASK; in IP_ECN_set_ect1()
117 iph->tos &= ~INET_ECN_MASK; in IP_ECN_clear()
293 inner = ip_hdr(skb)->tos; in IP_ECN_decapsulate()
302 return INET_ECN_decapsulate(skb, oiph->tos, inner); in IP_ECN_decapsulate()
312 inner = ip_hdr(skb)->tos; in IP6_ECN_decapsulate()
Ddsfield.h18 return iph->tos; in ipv4_get_dsfield()
34 dsfield = (iph->tos & mask) | value; in ipv4_change_dsfield()
35 check += iph->tos; in ipv4_change_dsfield()
40 iph->tos = dsfield; in ipv4_change_dsfield()
Dip_tunnels.h52 u8 tos; /* TOS for IPv4, TC for IPv6 */ member
176 u8 tos, u8 ttl, __be32 label, in ip_tunnel_key_init() argument
185 key->tos = tos; in ip_tunnel_key_init()
247 __be32 key, __u8 tos, in ip_tunnel_init_flow() argument
262 fl4->flowi4_tos = tos; in ip_tunnel_init_flow()
394 return iph->tos; in ip_tunnel_get_dsfield()
413 static inline u8 ip_tunnel_ecn_encap(u8 tos, const struct iphdr *iph, in ip_tunnel_ecn_encap() argument
418 return INET_ECN_encapsulate(tos, inner); in ip_tunnel_ecn_encap()
432 u8 tos, u8 ttl, __be16 df, bool xnet);
Ddst_metadata.h157 __u8 tos, __u8 ttl, in __ip_tun_set_dst() argument
170 saddr, daddr, tos, ttl, in __ip_tun_set_dst()
182 return __ip_tun_set_dst(iph->saddr, iph->daddr, iph->tos, iph->ttl, in ip_tun_rx_dst()
188 __u8 tos, __u8 ttl, in __ipv6_tun_set_dst() argument
212 info->key.tos = tos; in __ipv6_tun_set_dst()
/linux-5.19.10/net/xfrm/
Dxfrm_inout.h16 XFRM_MODE_SKB_CB(skb)->tos = iph->tos; in xfrm4_extract_header()
31 XFRM_MODE_SKB_CB(skb)->tos = ipv6_get_dsfield(iph); in xfrm6_extract_header()
51 ipv6_change_dsfield(iph, 0, XFRM_MODE_SKB_CB(skb)->tos); in xfrm6_beet_make_header()
63 iph->tos = XFRM_MODE_SKB_CB(skb)->tos; in xfrm4_beet_make_header()
/linux-5.19.10/arch/x86/include/asm/
Dirq_stack.h83 register void *tos asm("r11"); \
85 tos = ((void *)(stack)); \
95 : "+r" (tos), ASM_CALL_CONSTRAINT \
96 : [__func] "i" (func), [tos] "r" (tos) argconstr \
/linux-5.19.10/tools/testing/selftests/drivers/net/ocelot/
Dbasic_qos.sh157 local tos=$1; shift
165 ping_do ${if_name} $H2_IPV4 "-Q ${tos}"
176 ping_do ${if_name} $H2_IPV6 "-Q ${tos}"
225 local tos=$(dscp_cs_to_tos 4)
228 run_test "Trusted DSCP QoS classification" ${h1} 4 ${tos}
233 ${h1}.100 3 ${tos}
237 ${h1} ${port_default} ${tos}
/linux-5.19.10/net/ipv4/netfilter/
Diptable_mangle.c41 u_int8_t tos; in ipt_mangle_out() local
51 tos = iph->tos; in ipt_mangle_out()
61 iph->tos != tos) { in ipt_mangle_out()
Dipt_ECN.c30 if ((iph->tos & IPT_ECN_IP_MASK) != (einfo->ip_ect & IPT_ECN_IP_MASK)) { in set_ect_ip()
35 oldtos = iph->tos; in set_ect_ip()
36 iph->tos &= ~IPT_ECN_IP_MASK; in set_ect_ip()
37 iph->tos |= (einfo->ip_ect & IPT_ECN_IP_MASK); in set_ect_ip()
38 csum_replace2(&iph->check, htons(oldtos), htons(iph->tos)); in set_ect_ip()
/linux-5.19.10/include/uapi/linux/
Dip.h24 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
31 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument
96 __u8 tos; member
Drds.h160 __u8 tos; member
183 __u8 tos; member
194 __u8 tos; member
227 __u8 tos; member
254 __u8 tos; member
270 __u8 tos; member
Din_route.h31 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
/linux-5.19.10/tools/testing/selftests/net/forwarding/
Dsch_red.sh275 backlog=$(build_backlog $((3 * limit / 2)) tcp tos=0x01)
288 -a own -b $h3_mac -t tcp -q tos=0x01 &
311 -a own -b $h3_mac -t tcp -q tos=0x01 &
337 -a own -b $h3_mac -t tcp -q tos=0x01 &
341 backlog=$(build_backlog $((2 * limit / 3)) tcp tos=0x01)
349 backlog=$(build_backlog $((3 * limit / 2)) tcp tos=0x01)
411 -a own -b $h3_mac -t tcp -q tos=0x01 &
417 backlog=$(build_backlog $((2 * limit / 3)) tcp tos=0x01)
422 backlog=$(build_backlog $((3 * limit / 2)) tcp tos=0x01)
/linux-5.19.10/net/netfilter/
Dnft_chain_route.c26 u8 tos; in nf_route_table_hook4() local
35 tos = iph->tos; in nf_route_table_hook4()
44 iph->tos != tos) { in nf_route_table_hook4()
/linux-5.19.10/net/ipv4/
Dip_tunnel.c297 RT_TOS(iph->tos), dev_net(dev), in ip_tunnel_bind_dev()
399 &iph->saddr, iph->tos); in ip_tunnel_rcv()
554 u8 tos, ttl; in ip_md_tunnel_xmit() local
564 tos = key->tos; in ip_md_tunnel_xmit()
565 if (tos == 1) { in ip_md_tunnel_xmit()
567 tos = inner_iph->tos; in ip_md_tunnel_xmit()
569 tos = ipv6_get_dsfield((const struct ipv6hdr *)inner_iph); in ip_md_tunnel_xmit()
572 tunnel_id_to_key32(key->tun_id), RT_TOS(tos), in ip_md_tunnel_xmit()
605 tos = ip_tunnel_ecn_encap(tos, inner_iph, skb); in ip_md_tunnel_xmit()
624 iptunnel_xmit(NULL, rt, skb, fl4.saddr, fl4.daddr, proto, tos, ttl, in ip_md_tunnel_xmit()
[all …]
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh92 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
109 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
126 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
144 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \
163 ttl 20 tos inherit dstport 4789
180 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
198 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 dev dummy1
216 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789 \
234 ttl 20 tos 20 local $LOCAL_IP_1 dstport 4789
251 ttl inherit tos inherit local $LOCAL_IP_1 dstport 4789
[all …]
Dvxlan_ipv6.sh28 ttl 20 tos inherit local $LOCAL_IP_1 dstport 4789
45 noudp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \
54 udp6zerocsumrx noudp6zerocsumtx ttl 20 tos inherit \
/linux-5.19.10/arch/x86/events/amd/
Dbrs.c223 u32 i, nr = 0, num, tos, start; in amd_brs_drain() local
252 tos = amd_brs_get_tos(&cfg); in amd_brs_drain()
254 num = tos - start + 1; in amd_brs_drain()
261 u32 brs_idx = tos - i; in amd_brs_drain()
/linux-5.19.10/drivers/infiniband/hw/irdma/
Dtrace_cm.h119 TP_PROTO(struct irdma_device *iwdev, u8 tos, u8 user_pri),
120 TP_ARGS(iwdev, tos, user_pri),
122 __field(u8, tos)
126 __entry->tos = tos;
131 __entry->tos,
137 TP_PROTO(struct irdma_device *iwdev, u8 tos, u8 user_pri),
138 TP_ARGS(iwdev, tos, user_pri));
141 TP_PROTO(struct irdma_device *iwdev, u8 tos, u8 user_pri),
142 TP_ARGS(iwdev, tos, user_pri));
/linux-5.19.10/arch/x86/events/intel/
Dlbr.c269 u64 tos; in intel_pmu_lbr_tos() local
271 rdmsrl(x86_pmu.lbr_tos, tos); in intel_pmu_lbr_tos()
272 return tos; in intel_pmu_lbr_tos()
424 u64 tos = task_ctx->tos; in intel_pmu_lbr_restore() local
430 lbr_idx = (tos - i) & mask; in intel_pmu_lbr_restore()
435 lbr_idx = (tos - i) & mask; in intel_pmu_lbr_restore()
442 wrmsrl(x86_pmu.lbr_tos, tos); in intel_pmu_lbr_restore()
481 return !rdlbr_from(((struct x86_perf_task_context *)ctx)->tos, NULL); in lbr_is_reset_in_cstate()
517 u64 tos; in intel_pmu_lbr_save() local
521 tos = intel_pmu_lbr_tos(); in intel_pmu_lbr_save()
[all …]

12345678910>>...13