Searched refs:IPV6_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 597 #define IPV6_SIZE 4 macro 604 u32 src_ip[IPV6_SIZE]; 605 u32 dst_ip[IPV6_SIZE];
|
H A D | hclge_main.c | 5744 fs->h_u.tcp_ip6_spec.ip6src, IPV6_SIZE); in hclge_fd_get_tuple() 5746 fs->m_u.tcp_ip6_spec.ip6src, IPV6_SIZE); in hclge_fd_get_tuple() 5749 fs->h_u.tcp_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5751 fs->m_u.tcp_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5767 fs->h_u.usr_ip6_spec.ip6src, IPV6_SIZE); in hclge_fd_get_tuple() 5769 fs->m_u.usr_ip6_spec.ip6src, IPV6_SIZE); in hclge_fd_get_tuple() 5772 fs->h_u.usr_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5774 fs->m_u.usr_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 6134 rule->tuples.src_ip, IPV6_SIZE); in hclge_fd_get_tcpip6_info() 6136 rule->tuples.dst_ip, IPV6_SIZE); in hclge_fd_get_tcpip6_info() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 702 #define IPV6_SIZE 4 macro 709 u32 src_ip[IPV6_SIZE]; 710 u32 dst_ip[IPV6_SIZE];
|
H A D | hclge_main.c | 6216 IPV6_SIZE); in hclge_fd_get_tcpip6_tuple() 6218 IPV6_SIZE); in hclge_fd_get_tcpip6_tuple() 6221 IPV6_SIZE); in hclge_fd_get_tcpip6_tuple() 6223 IPV6_SIZE); in hclge_fd_get_tcpip6_tuple() 6245 IPV6_SIZE); in hclge_fd_get_ip6_tuple() 6247 IPV6_SIZE); in hclge_fd_get_ip6_tuple() 6250 IPV6_SIZE); in hclge_fd_get_ip6_tuple() 6252 IPV6_SIZE); in hclge_fd_get_ip6_tuple() 6682 rule->tuples.src_ip, IPV6_SIZE); in hclge_fd_get_tcpip6_info() 6684 rule->tuples.dst_ip, IPV6_SIZE); in hclge_fd_get_tcpip6_info() [all...] |
Completed in 28 milliseconds