Home
last modified time | relevance | path

Searched refs:tuples_mask (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6281 rule->tuples_mask.ip_proto = 0xFF; in hclge_fd_get_tcpip4_tuple()
6333 rule->tuples_mask.ip_proto = 0xFF; in hclge_fd_get_tcpip6_tuple()
6746 0 : rule->tuples_mask.ip_tos; in hclge_fd_get_tcpip4_info()
6763 0 : rule->tuples_mask.ip_tos; in hclge_fd_get_ip4_info()
6767 0 : rule->tuples_mask.ip_proto; in hclge_fd_get_ip4_info()
6782 rule->tuples_mask.src_ip); in hclge_fd_get_tcpip6_info()
6792 0 : rule->tuples_mask.ip_tos; in hclge_fd_get_tcpip6_info()
6823 0 : rule->tuples_mask.ip_tos; in hclge_fd_get_ip6_info()
6827 0 : rule->tuples_mask.ip_proto; in hclge_fd_get_ip6_info()
6888 rule->tuples_mask.dst_mac); in hclge_fd_get_ext_info()
[all …]
H A Dhclge_main.h746 struct hclge_fd_rule_tuples tuples_mask; member