Home
last modified time | relevance | path

Searched refs:ip_tos (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/net/
H A Dutil.h40 uint8_t ip_tos; /* type of service */ member
H A Deth.c45 if (IPTOS_ECN(iphdr->ip_tos) == IPTOS_ECN_CE) { in eth_get_gso_type()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.h96 u8 ip_proto, ip_tos, ip_ttl; member
154 u8 ip_tos, ip_tos_mask; member
H A Dmae.c687 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 Dtc.c372 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 Drocker-hmp-cmds.c183 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 Drocker_of_dpa.c730 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 Dvxlan_bridge_1d.sh519 flower ip_tos 0x14 action pass
535 flower ip_tos $tos action pass
632 flower ip_tos $decapped_tos action drop
H A Dvxlan_bridge_1d_ipv6.sh640 flower ip_tos 0x14 action pass
656 flower ip_tos $tos action pass
746 ip_tos $decapped_tos action drop
H A Dpedit_dsfield.sh234 flower skip_hw ip_tos 125 action pass
H A Dtc_flower.sh288 $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 Dlib.sh1104 "skip_hw ip_tos $((dscp << 2))"
/openbmc/u-boot/include/
H A Dnet.h354 u8 ip_tos; /* type of service */ member
378 u8 ip_tos; /* type of service */ member
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c85 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 Deth.h51 uint8_t ip_tos; /* type of service */ member
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c163 PKT_GET_IP_HDR(pkt)->ip_tos = 0; in create_udp_pkt()
/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c235 iphdr->ip_tos = 0; in send_udp_frags()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c355 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 Dhclge_main.h721 u8 ip_tos; member
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1104 "skip_hw ip_tos $((dscp << 2))"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh1104 "skip_hw ip_tos $((dscp << 2))"
/openbmc/u-boot/net/
H A Dnet.c1513 ip->ip_tos = 0; in net_set_ip_header()
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1104 "skip_hw ip_tos $((dscp << 2))"
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2486 if (IPTOS_ECN(ip->ip_tos)) { in virtio_net_rsc_sanity_check4()