Searched refs:tuples_mask (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 344 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) }, 347 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) }, 350 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) }, 354 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) }, 357 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) }, 360 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) }, 363 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) }, 366 offsetof(struct hclge_fd_rule, tuples_mask.src_ip) }, 369 offsetof(struct hclge_fd_rule, tuples_mask.dst_ip) }, 372 offsetof(struct hclge_fd_rule, tuples_mask.l3_user_def) }, [all …]
|
H A D | hclge_main.h | 746 struct hclge_fd_rule_tuples tuples_mask; member
|