Searched refs:ip_tos (Results 1 – 10 of 10) 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 | 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 | 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
|
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
|
/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
|