/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp_tunnel_core.c | 172 __be32 src, __be32 dst, __u8 tos, __u8 ttl, in udp_tunnel_xmit_skb() 190 iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, tos, ttl, df, xnet); in udp_tunnel_xmit_skb() 171 udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, bool xnet, bool nocheck) udp_tunnel_xmit_skb() argument
|
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/net/netfilter/ |
H A D | nf_queue.c | 145 rt_info->tos = iph->tos; in nf_ip_saveroute()
|
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-6.6/include/net/ |
H A D | inet_sock.h | 173 __s16 tos; member 202 * @tos - TOS 228 __u8 tos; member
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_queue.c | 135 rt_info->tos = iph->tos; in nf_ip_saveroute()
|
H A D | utils.c | 190 if (!(iph->tos == rt_info->tos && in nf_ip_reroute()
|
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-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()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 91 int32_t TransLimitChange(int32_t channelId, uint8_t tos);
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 79 virtual int32_t OnClientTransLimitChange(int32_t channelId, uint8_t tos);
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 52 int32_t OnClientTransLimitChange(int32_t channelId, uint8_t tos) override;
|
/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/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/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
|