/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | gre_inner_v6_multipath.sh | 24 # | tos=inherit | | 62 # | tos=inherit | 99 tunnel_create g1 gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1 179 tunnel_create g2 gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol4
|
H A D | ip6gre_inner_v4_multipath.sh | 24 # | tos=inherit | | 61 # | tos=inherit | 98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1 178 tunnel_create g2 ip6gre 2001:db8:40::2 2001:db8:40::1 tos inherit dev v$ol4
|
H A D | ip6gre_inner_v6_multipath.sh | 24 # | tos=inherit | | 61 # | tos=inherit | 98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1 178 tunnel_create g2 ip6gre 2001:db8:40::2 2001:db8:40::1 tos inherit dev v$ol4
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_vxlan_ipv6.sh | 74 tos inherit ttl 100 181 sp=12345,dp=$VXPORT,tos=$outer_tos,p=$payload -q &
|
H A D | devlink_trap_tunnel_vxlan.sh | 73 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100 176 -t udp sp=12345,dp=$VXPORT,tos=$outer_tos,p=$payload -q &
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 326 &match->tos, &mask->tos, in bcmasp_netfilt_tcpip4_wr() 327 sizeof(match->tos)); in bcmasp_netfilt_tcpip4_wr() 427 &fs->h_u.usr_ip4_spec.tos, in bcmasp_netfilt_wr_to_hw() 428 &fs->m_u.usr_ip4_spec.tos, in bcmasp_netfilt_wr_to_hw() 429 sizeof(fs->h_u.usr_ip4_spec.tos)); in bcmasp_netfilt_wr_to_hw()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 822 arg.tos = ip_hdr(skb)->tos; in tcp_v4_send_reset() 866 int reply_flags, u8 tos, u32 txhash) in tcp_v4_send_ack() 928 arg.tos = tos; in tcp_v4_send_ack() 996 ip_hdr(skb)->tos, in tcp_v4_reqsk_send_ack() 1016 u8 tos; in tcp_v4_send_synack() local 1027 tos = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_reflect_tos) ? in tcp_v4_send_synack() 1029 (inet_sk(sk)->tos & INET_ECN_MASK) : in tcp_v4_send_synack() 1030 inet_sk(sk)->tos; in tcp_v4_send_synack() 862 tcp_v4_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int reply_flags, u8 tos, u32 txhash) tcp_v4_send_ack() argument [all...] |
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_input.c | 225 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos)) in ipip_ecn_decapsulate() 244 ipv4_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipip_hdr(skb)); in xfrm4_remove_tunnel_encap() 263 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos)) in ipip6_ecn_decapsulate() 281 ipv6_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipipv6_hdr(skb)); in xfrm6_remove_tunnel_encap()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 547 match.key->tos & 0x3, in mlxsw_sp_flower_parse_ip() 548 match.mask->tos & 0x3); in mlxsw_sp_flower_parse_ip() 551 match.key->tos >> 2, in mlxsw_sp_flower_parse_ip() 552 match.mask->tos >> 2); in mlxsw_sp_flower_parse_ip()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_input.c | 229 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos)) in ipip_ecn_decapsulate() 247 ipv4_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipip_hdr(skb)); in xfrm4_remove_tunnel_encap() 266 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos)) in ipip6_ecn_decapsulate() 284 ipv6_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipipv6_hdr(skb)); in xfrm6_remove_tunnel_encap()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 167 int payload_len, uint8_t tos) in build_ipv4_header() 173 iph->tos = tos; in build_ipv4_header() 165 build_ipv4_header(void *header, uint8_t proto, uint32_t src, uint32_t dst, int payload_len, uint8_t tos) build_ipv4_header() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 250 __u8 tos, __u8 ttl, __be16 df, bool xnet) in prepare_ipv4_hdr() 269 iph->tos = tos; in prepare_ipv4_hdr() 248 prepare_ipv4_hdr(struct dst_entry *dst, struct sk_buff *skb, __be32 saddr, __be32 daddr, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) prepare_ipv4_hdr() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 228 __u8 tos, __u8 ttl, __be16 df, bool xnet) in prepare_ipv4_hdr() 248 iph->tos = tos; in prepare_ipv4_hdr() 226 prepare_ipv4_hdr(struct dst_entry *dst, struct sk_buff *skb, __be32 saddr, __be32 daddr, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) prepare_ipv4_hdr() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 167 int payload_len, uint8_t tos) in build_ipv4_header() 173 iph->tos = tos; in build_ipv4_header() 165 build_ipv4_header(void *header, uint8_t proto, uint32_t src, uint32_t dst, int payload_len, uint8_t tos) build_ipv4_header() argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 252 __u8 tos; member 258 __u8 tos; member 265 __u8 tos; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.h | 86 u8 tos; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan_fdb_veto.sh | 30 ttl 20 tos inherit local 198.51.100.1 dstport 4789
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_mplsoudp.c | 42 *mpls = mpls_entry_encode(tun_id, tun_key->ttl, tun_key->tos, true); in generate_ip_tun_hdr()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcbpf1_kern.c | 22 #define TOS_OFF (ETH_HLEN + offsetof(struct iphdr, tos))
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_dscp.c | 57 return ((ip_hdr(skb)->tos & info->tos_mask) == in tos_mt() 82 .name = "tos", 90 .name = "tos",
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_rpfilter.c | 79 flow.flowi4_tos = iph->tos & IPTOS_RT_MASK; in rpfilter_mt()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | netfilter.c | 46 fl4.flowi4_tos = RT_TOS(iph->tos); in ip_route_me_harder()
|
H A D | xfrm4_input.c | 34 iph->tos, skb->dev)) in xfrm4_rcv_encap_finish()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.h | 91 * @tos: type of service 113 int tos; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.h | 103 * @tos: type of service 129 int tos; member
|