Searched refs:tuples_mask (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 343 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) }, 346 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) }, 349 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) }, 353 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) }, 356 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) }, 359 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 362 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) }, 365 offsetof(struct hclge_fd_rule, tuples_mask.src_ip) }, 368 offsetof(struct hclge_fd_rule, tuples_mask.dst_ip) }, 371 offsetof(struct hclge_fd_rule, tuples_mask.l3_user_def) }, [all …]
|
D | hclge_main.h | 746 struct hclge_fd_rule_tuples tuples_mask; member
|