Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc.h98 u8 ip_proto, ip_tos, ip_ttl; member
160 u8 ip_tos, ip_tos_mask; member
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()
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()
Dtc.c371 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/
Dvxlan_bridge_1d.sh519 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
Dvxlan_bridge_1d_ipv6.sh640 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
Dpedit_dsfield.sh234 flower skip_hw ip_tos 125 action pass
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
Dlib.sh1358 "skip_hw ip_tos $((dscp << 2))"
/linux-6.12.1/drivers/net/ethernet/rocker/
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()
/linux-6.12.1/tools/testing/selftests/net/
Dip_defrag.c235 iphdr->ip_tos = 0; in send_udp_frags()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c358 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 …]
Dhclge_main.h739 u8 ip_tos; member