Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c348 offsetof(struct hclge_fd_rule, tuples.ether_proto),
349 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) },
6175 rule->tuples.ether_proto = ETH_P_IP; in hclge_fd_get_tcpip4_tuple()
6176 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_tcpip4_tuple()
6201 rule->tuples.ether_proto = ETH_P_IP; in hclge_fd_get_ip4_tuple()
6202 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_ip4_tuple()
6224 rule->tuples.ether_proto = ETH_P_IPV6; in hclge_fd_get_tcpip6_tuple()
6225 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_tcpip6_tuple()
6253 rule->tuples.ether_proto = ETH_P_IPV6; in hclge_fd_get_ip6_tuple()
6254 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_ip6_tuple()
[all …]
Dhclge_main.h714 u16 ether_proto; member