Searched refs:tuples_mask (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 436 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) }, 439 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) }, 442 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) }, 446 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) }, 449 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) }, 452 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 455 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) }, 458 offsetof(struct hclge_fd_rule, tuples_mask.src_ip) }, 461 offsetof(struct hclge_fd_rule, tuples_mask.dst_ip) }, 464 offsetof(struct hclge_fd_rule, tuples_mask.l3_user_def) }, [all …]
|
D | hclge_main.h | 717 struct hclge_fd_rule_tuples tuples_mask; member
|