/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc.h | 96 u8 ip_proto, ip_tos, ip_ttl; member 138 * match on an optional field (currently ip_tos and/or udp_sport), 154 u8 ip_tos, ip_tos_mask; member
|
H A D | mae.c | 687 CHECK(IP_TOS, ip_tos) || in efx_mae_match_check_caps() 782 CHECK(ENC_IP_TOS, ip_tos) || in efx_mae_match_check_caps_lhs() 1532 encap->ip_tos); in efx_mae_register_encap_match() 1618 match->value.ip_tos); 1620 match->mask.ip_tos); 2111 match->value.ip_tos); 2113 match->mask.ip_tos);
|
H A D | tc.c | 372 MAP_KEY_AND_MASK(IP, ip, tos, ip_tos); in efx_tc_flower_parse_match() 591 encap->ip_tos = match->value.enc_ip_tos; in efx_tc_flower_record_encap_match()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | ip.h | 82 uint8_t ip_tos; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_bridge_1d.sh | 519 flower ip_tos 0x14 action pass 535 flower ip_tos $tos action pass 632 flower ip_tos $decapped_tos action drop
|
H A D | pedit_dsfield.sh | 175 ip "ip_tos $dsfield" \ 194 ip "ip_tos $(((dscp << 2) | 1))" \ 213 ip "ip_tos $((124 | $ecn))" \ 232 flower skip_hw ip_tos 125 action pass 255 ipv6 "ip_tos $dsfield" \ 274 ipv6 "ip_tos $(((dscp << 2) | 1))" \ 293 ipv6 "ip_tos $((124 | $ecn))" \
|
H A D | tc_flower.sh | 285 $tcflags dst_ip 192.0.2.2 ip_tos 0x20 action drop 287 $tcflags dst_ip 192.0.2.2 ip_tos 0x18 action drop 310 log_test "ip_tos match ($tcflags)"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_bridge_1d_ipv6.sh | 640 flower ip_tos 0x14 action pass 656 flower ip_tos $tos action pass 746 ip_tos $decapped_tos action drop
|
H A D | vxlan_bridge_1d.sh | 519 flower ip_tos 0x14 action pass 535 flower ip_tos $tos action pass 632 flower ip_tos $decapped_tos action drop
|
H A D | pedit_dsfield.sh | 177 ip "ip_tos $dsfield" \ 196 ip "ip_tos $(((dscp << 2) | 1))" \ 215 ip "ip_tos $((124 | $ecn))" \ 234 flower skip_hw ip_tos 125 action pass 257 ipv6 "ip_tos $dsfield" \ 276 ipv6 "ip_tos $(((dscp << 2) | 1))" \ 295 ipv6 "ip_tos $((124 | $ecn))" \
|
H A D | tc_flower.sh | 288 $tcflags dst_ip 192.0.2.2 ip_tos 0x20 action drop 290 $tcflags dst_ip 192.0.2.2 ip_tos 0x18 action drop 313 log_test "ip_tos match ($tcflags)"
|
H A D | lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 85 u8 ip_tos; member 481 entry->key.acl.ip_tos & 0x3f)) in ofdpa_cmd_flow_tbl_add_acl() 488 (entry->key.acl.ip_tos & 0xc0) >> 6)) in ofdpa_cmd_flow_tbl_add_acl() 1003 u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, in ofdpa_flow_tbl_acl() 1040 entry->key.acl.ip_tos = ip_tos; in ofdpa_flow_tbl_acl() 1605 u8 ip_tos = 0; in ofdpa_port_ctrl_vlan_acl() local 1617 ip_tos, ip_tos_mask, in ofdpa_port_ctrl_vlan_acl() 997 ofdpa_flow_tbl_acl(struct ofdpa_port *ofdpa_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) ofdpa_flow_tbl_acl() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 85 u8 ip_tos; member 481 entry->key.acl.ip_tos & 0x3f)) in ofdpa_cmd_flow_tbl_add_acl() 488 (entry->key.acl.ip_tos & 0xc0) >> 6)) in ofdpa_cmd_flow_tbl_add_acl() 1003 u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, in ofdpa_flow_tbl_acl() 1040 entry->key.acl.ip_tos = ip_tos; in ofdpa_flow_tbl_acl() 1605 u8 ip_tos = 0; in ofdpa_port_ctrl_vlan_acl() local 1617 ip_tos, ip_tos_mask, in ofdpa_port_ctrl_vlan_acl() 997 ofdpa_flow_tbl_acl(struct ofdpa_port *ofdpa_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) ofdpa_flow_tbl_acl() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 235 iphdr->ip_tos = 0; in send_udp_frags()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 235 iphdr->ip_tos = 0; in send_udp_frags()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 355 offsetof(struct hclge_fd_rule, tuples.ip_tos), 356 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 6179 rule->tuples.ip_tos = fs->h_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6180 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6202 rule->tuples.ip_tos = fs->h_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6203 rule->tuples_mask.ip_tos = fs->m_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6234 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6235 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6257 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() 6258 rule->tuples_mask.ip_tos in hclge_fd_get_ip6_tuple() [all...] |
H A D | hclge_main.h | 718 u8 ip_tos; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 5167 calc_x(*key_x, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple() 5168 calc_y(*key_y, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple() 5712 rule->tuples.ip_tos = fs->h_u.tcp_ip4_spec.tos; in hclge_fd_get_tuple() 5713 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip4_spec.tos; in hclge_fd_get_tuple() 5730 rule->tuples.ip_tos = fs->h_u.usr_ip4_spec.tos; in hclge_fd_get_tuple() 5731 rule->tuples_mask.ip_tos = fs->m_u.usr_ip4_spec.tos; in hclge_fd_get_tuple() 6101 spec->tos = rule->tuples.ip_tos; in hclge_fd_get_tcpip4_info() 6103 0 : rule->tuples_mask.ip_tos; in hclge_fd_get_tcpip4_info() [all...] |
H A D | hclge_main.h | 610 u8 ip_tos; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|