Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c339 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) },
342 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) },
345 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) },
349 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) },
352 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) },
355 offsetof(struct hclge_fd_rule, tuples_mask.ip_tos) },
358 offsetof(struct hclge_fd_rule, tuples_mask.ip_proto) },
361 offsetof(struct hclge_fd_rule, tuples_mask.src_ip) },
364 offsetof(struct hclge_fd_rule, tuples_mask.dst_ip) },
367 offsetof(struct hclge_fd_rule, tuples_mask.l3_user_def) },
[all …]
Dhclge_main.h725 struct hclge_fd_rule_tuples tuples_mask; member