Searched refs:ip_tos (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 98 u8 ip_proto, ip_tos, ip_ttl; member 160 u8 ip_tos, ip_tos_mask; member
|
| H A D | mae.c | 676 CHECK(IP_TOS, ip_tos) || in efx_mae_match_check_caps() 771 CHECK(ENC_IP_TOS, ip_tos) || in efx_mae_match_check_caps_lhs() 1526 encap->ip_tos); in efx_mae_register_encap_match() 1612 match->value.ip_tos); in efx_mae_populate_lhs_match_criteria() 1614 match->mask.ip_tos); in efx_mae_populate_lhs_match_criteria() 2160 match->value.ip_tos); in efx_mae_populate_match_criteria() 2162 match->mask.ip_tos); in efx_mae_populate_match_criteria()
|
| H A 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/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1d.sh | 527 flower ip_tos 0x14 action pass 543 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass 640 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 ip_proto udp dst_port $VXPORT 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 | 1173 "skip_hw ip_tos $((dscp << 2))"
|
| /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()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 235 iphdr->ip_tos = 0; in send_udp_frags()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 359 offsetof(struct hclge_fd_rule, tuples.ip_tos), 360 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 6274 rule->tuples.ip_tos = fs->h_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6275 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip4_spec.tos; in hclge_fd_get_tcpip4_tuple() 6297 rule->tuples.ip_tos = fs->h_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6298 rule->tuples_mask.ip_tos = fs->m_u.usr_ip4_spec.tos; in hclge_fd_get_ip4_tuple() 6329 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6330 rule->tuples_mask.ip_tos = fs->m_u.tcp_ip6_spec.tclass; in hclge_fd_get_tcpip6_tuple() 6352 rule->tuples.ip_tos = fs->h_u.tcp_ip6_spec.tclass; in hclge_fd_get_ip6_tuple() 6353 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 | 739 u8 ip_tos; member
|