/openbmc/qemu/net/ |
H A D | util.h | 40 uint8_t ip_tos; /* type of service */ member
|
H A D | eth.c | 45 if (IPTOS_ECN(iphdr->ip_tos) == IPTOS_ECN_CE) { in eth_get_gso_type()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc.h | 96 u8 ip_proto, ip_tos, ip_ttl; member 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); in efx_mae_populate_lhs_match_criteria() 1620 match->mask.ip_tos); in efx_mae_populate_lhs_match_criteria() 2111 match->value.ip_tos); in efx_mae_populate_match_criteria() 2113 match->mask.ip_tos); in efx_mae_populate_match_criteria()
|
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()
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker-hmp-cmds.c | 183 monitor_printf(mon, " TOS %d", key->ip_tos); in hmp_rocker_of_dpa_flows() 185 monitor_printf(mon, "(0x%x)", mask->ip_tos); in hmp_rocker_of_dpa_flows()
|
H A D | rocker_of_dpa.c | 730 match->value.ip.tos = fc->fields.ipv4hdr->ip_tos; in of_dpa_acl_build_match() 2378 nkey->ip_tos = key->ip.tos; in of_dpa_flow_fill() 2382 nmask->ip_tos = mask->ip.tos; in of_dpa_flow_fill()
|
/openbmc/linux/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 | 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 | pedit_dsfield.sh | 234 flower skip_hw ip_tos 125 action pass
|
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
|
H A D | lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/openbmc/u-boot/include/ |
H A D | net.h | 354 u8 ip_tos; /* type of service */ member 378 u8 ip_tos; /* type of service */ member
|
/openbmc/linux/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() argument 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()
|
/openbmc/qemu/include/net/ |
H A D | eth.h | 51 uint8_t ip_tos; /* type of service */ member
|
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 163 PKT_GET_IP_HDR(pkt)->ip_tos = 0; in create_udp_pkt()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 235 iphdr->ip_tos = 0; in send_udp_frags()
|
/openbmc/linux/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) }, 6201 rule->tuples.ip_tos = fs->h_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6202 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6224 rule->tuples.ip_tos = fs->h_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6225 rule->tuples_mask.ip_tos = fs->m_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6256 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6257 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6279 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() 6280 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() [all …]
|
H A D | hclge_main.h | 721 u8 ip_tos; member
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/openbmc/u-boot/net/ |
H A D | net.c | 1513 ip->ip_tos = 0; in net_set_ip_header()
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1104 "skip_hw ip_tos $((dscp << 2))"
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2486 if (IPTOS_ECN(ip->ip_tos)) { in virtio_net_rsc_sanity_check4()
|