Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h526 INNER_IP_PROTO, enumerator
H A Dhclge_main.c411 { INNER_IP_PROTO, 8},
5006 BIT(INNER_IP_PROTO) | BIT(INNER_IP_TOS) | in hclge_init_fd_config()
5164 case BIT(INNER_IP_PROTO): in hclge_fd_convert_tuple()
5405 *unused_tuple |= BIT(INNER_IP_PROTO); in hclge_fd_check_ip4_tuple()
5465 *unused_tuple |= BIT(INNER_IP_PROTO); in hclge_fd_check_ip6_tuple()
5483 BIT(INNER_IP_TOS) | BIT(INNER_IP_PROTO); in hclge_fd_check_ether_tuple()
6116 spec_mask->proto = rule->unused_tuple & BIT(INNER_IP_PROTO) ? in hclge_fd_get_ip4_info()
6170 spec_mask->l4_proto = rule->unused_tuple & BIT(INNER_IP_PROTO) ? in hclge_fd_get_ip6_info()