Searched refs:ip_tos (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | tc.h | 98 u8 ip_proto, ip_tos, ip_ttl; member 160 u8 ip_tos, ip_tos_mask; member
|
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() 1533 encap->ip_tos); in efx_mae_register_encap_match() 1619 match->value.ip_tos); in efx_mae_populate_lhs_match_criteria() 1621 match->mask.ip_tos); in efx_mae_populate_lhs_match_criteria() 2167 match->value.ip_tos); in efx_mae_populate_match_criteria() 2169 match->mask.ip_tos); in efx_mae_populate_match_criteria()
|
D | tc.c | 371 MAP_KEY_AND_MASK(IP, ip, tos, ip_tos); in efx_tc_flower_parse_match() 587 encap->ip_tos = match->value.enc_ip_tos; in efx_tc_flower_record_encap_match() 925 if (COPY_FROM_ENC(ip_tos) || COPY_FROM_ENC(ip_ttl)) in efx_tc_flower_translate_flhs_match() 954 match->mask.ip_tos || match->mask.ip_ttl || in efx_tc_flower_flhs_needs_ar()
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1d.sh | 519 flower ip_tos 0x14 action pass 535 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass 632 flower ip_tos $decapped_tos action drop
|
D | vxlan_bridge_1d_ipv6.sh | 640 flower ip_tos 0x14 action pass 656 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass 746 ip_tos $decapped_tos action drop
|
D | pedit_dsfield.sh | 234 flower skip_hw ip_tos 125 action pass
|
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
|
D | lib.sh | 1358 "skip_hw ip_tos $((dscp << 2))"
|
/linux-6.12.1/drivers/net/ethernet/rocker/ |
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()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ip_defrag.c | 235 iphdr->ip_tos = 0; in send_udp_frags()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 358 offsetof(struct hclge_fd_rule, tuples.ip_tos), 359 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 6258 rule->tuples.ip_tos = fs->h_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6259 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6281 rule->tuples.ip_tos = fs->h_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6282 rule->tuples_mask.ip_tos = fs->m_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6313 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6314 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6336 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() 6337 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() [all …]
|
D | hclge_main.h | 739 u8 ip_tos; member
|