Home
last modified time | relevance | path

Searched refs:tos (Results 251 - 275 of 665) sorted by relevance

1...<<11121314151617181920>>...27

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dgre_inner_v6_multipath.sh24 # | 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 Dip6gre_inner_v4_multipath.sh24 # | 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 Dip6gre_inner_v6_multipath.sh24 # | 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 Ddevlink_trap_tunnel_vxlan_ipv6.sh74 tos inherit ttl 100
181 sp=12345,dp=$VXPORT,tos=$outer_tos,p=$payload -q &
H A Ddevlink_trap_tunnel_vxlan.sh73 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 Dbcmasp.c326 &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 Dtcp_ipv4.c822 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 Dxfrm_input.c225 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 Dspectrum_flower.c547 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 Dxfrm_input.c229 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 Dtest_flow_dissector.c167 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 Drxe_net.c250 __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 Drxe_net.c228 __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 Dtest_flow_dissector.c167 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 Dethtool.h252 __u8 tos; member
258 __u8 tos; member
265 __u8 tos; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h86 u8 tos; member
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh30 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 Dtc_tun_mplsoudp.c42 *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 Dtcbpf1_kern.c22 #define TOS_OFF (ETH_HLEN + offsetof(struct iphdr, tos))
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_dscp.c57 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 Dipt_rpfilter.c79 flow.flowi4_tos = iph->tos & IPTOS_RT_MASK; in rpfilter_mt()
/kernel/linux/linux-5.10/net/ipv4/
H A Dnetfilter.c46 fl4.flowi4_tos = RT_TOS(iph->tos); in ip_route_me_harder()
H A Dxfrm4_input.c34 iph->tos, skb->dev)) in xfrm4_rcv_encap_finish()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfabrics.h91 * @tos: type of service
113 int tos; member
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dfabrics.h103 * @tos: type of service
129 int tos; member

Completed in 20 milliseconds

1...<<11121314151617181920>>...27