Searched refs:ip_tos (Results 1 – 11 of 11) 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 | 674 CHECK(IP_TOS, ip_tos) || in efx_mae_match_check_caps() 769 CHECK(ENC_IP_TOS, ip_tos) || in efx_mae_match_check_caps_lhs() 1524 encap->ip_tos); in efx_mae_register_encap_match() 1610 match->value.ip_tos); in efx_mae_populate_lhs_match_criteria() 1612 match->mask.ip_tos); in efx_mae_populate_lhs_match_criteria() 2158 match->value.ip_tos); in efx_mae_populate_match_criteria() 2160 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_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 | vxlan_bridge_1d.sh | 527 flower ip_tos 0x14 action pass 543 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass 646 flower ip_tos $decapped_tos action drop
|
| H A D | pedit_dsfield.sh | 242 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 | 1328 "skip_hw ip_tos $((dscp << 2))"
|
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 85 u8 ip_tos; member 482 entry->key.acl.ip_tos & 0x3f)) in ofdpa_cmd_flow_tbl_add_acl() 489 (entry->key.acl.ip_tos & 0xc0) >> 6)) in ofdpa_cmd_flow_tbl_add_acl() 1004 u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, in ofdpa_flow_tbl_acl() argument 1041 entry->key.acl.ip_tos = ip_tos; in ofdpa_flow_tbl_acl() 1588 u8 ip_tos = 0; in ofdpa_port_ctrl_vlan_acl() local 1600 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.h | 748 u8 ip_tos; member
|