Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6277 rule->tuples.ether_proto = ETH_P_IP; in hclge_fd_get_tcpip4_tuple()
6278 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_tcpip4_tuple()
6303 rule->tuples.ether_proto = ETH_P_IP; in hclge_fd_get_ip4_tuple()
6304 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_ip4_tuple()
6326 rule->tuples.ether_proto = ETH_P_IPV6; in hclge_fd_get_tcpip6_tuple()
6327 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_tcpip6_tuple()
6355 rule->tuples.ether_proto = ETH_P_IPV6; in hclge_fd_get_ip6_tuple()
6356 rule->tuples_mask.ether_proto = 0xFFFF; in hclge_fd_get_ip6_tuple()
7070 if (tuples->ether_proto == ETH_P_IP) { in hclge_fd_build_arfs_rule()
7219 rule->tuples.ether_proto = ethtype_key; in hclge_get_cls_key_basic()
[all …]
H A Dhclge_main.h735 u16 ether_proto; member