Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c407 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) },
410 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) },
413 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) },
417 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) },
420 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) },
423 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) },
426 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) },
429 offsetof(struct hclge_fd_rule, tuples_mask.src_ip) },
432 offsetof(struct hclge_fd_rule, tuples_mask.dst_ip) },
435 offsetof(struct hclge_fd_rule, tuples_mask.l3_user_def) },
[all …]
Dhclge_main.h704 struct hclge_fd_rule_tuples tuples_mask; member