Searched refs:ip6dst (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 850 memcpy(ip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 851 sizeof(ip6_entry->ip6dst)); in ef4_ethtool_get_class_rule() 852 ip6_fill_mask(ip6_mask->ip6dst); in ef4_ethtool_get_class_rule() 921 memcpy(uip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 922 sizeof(uip6_entry->ip6dst)); in ef4_ethtool_get_class_rule() 923 ip6_fill_mask(uip6_mask->ip6dst); in ef4_ethtool_get_class_rule() 1100 if (!ip6_mask_is_empty(ip6_mask->ip6dst)) { in ef4_ethtool_set_class_rule() 1101 if (!ip6_mask_is_full(ip6_mask->ip6dst)) in ef4_ethtool_set_class_rule() 1104 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in ef4_ethtool_set_class_rule() 1159 if (!ip6_mask_is_empty(uip6_mask->ip6dst)) { in ef4_ethtool_set_class_rule() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 256 l3_val->ip6src, l3_mask->ip6dst, l3_val->ip6dst); in parse_ip6() 271 l4_val->ip6src, l4_mask->ip6dst, l4_val->ip6dst); in parse_tcp6() 284 l4_val->ip6src, l4_mask->ip6dst, l4_val->ip6dst); in parse_udp6() 561 if (!ipv6_addr_any((struct in6_addr *)l3_mask->ip6dst)) in validate_ip6() 580 if (!ipv6_addr_any((struct in6_addr *)l4_mask->ip6dst)) in validate_tcpudp6()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | ethtool.c | 873 memcpy(ip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 874 sizeof(ip6_entry->ip6dst)); in efx_ethtool_get_class_rule() 875 ip6_fill_mask(ip6_mask->ip6dst); in efx_ethtool_get_class_rule() 944 memcpy(uip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 945 sizeof(uip6_entry->ip6dst)); in efx_ethtool_get_class_rule() 946 ip6_fill_mask(uip6_mask->ip6dst); in efx_ethtool_get_class_rule() 1165 if (!ip6_mask_is_empty(ip6_mask->ip6dst)) { in efx_ethtool_set_class_rule() 1166 if (!ip6_mask_is_full(ip6_mask->ip6dst)) in efx_ethtool_set_class_rule() 1169 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in efx_ethtool_set_class_rule() 1224 if (!ip6_mask_is_empty(uip6_mask->ip6dst)) { in efx_ethtool_set_class_rule() [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | ethtool.h | 814 __be32 ip6dst[4]; member 831 __be32 ip6dst[4]; member 846 __be32 ip6dst[4]; member
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 5212 if (!tcp_ip6_spec->ip6dst[0] && !tcp_ip6_spec->ip6dst[1] && in hclge_fd_check_spec() 5213 !tcp_ip6_spec->ip6dst[2] && !tcp_ip6_spec->ip6dst[3]) in hclge_fd_check_spec() 5237 if (!usr_ip6_spec->ip6dst[0] && !usr_ip6_spec->ip6dst[1] && in hclge_fd_check_spec() 5238 !usr_ip6_spec->ip6dst[2] && !usr_ip6_spec->ip6dst[3]) in hclge_fd_check_spec() 5431 fs->h_u.tcp_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5433 fs->m_u.tcp_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5454 fs->h_u.usr_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5456 fs->m_u.usr_ip6_spec.ip6dst, IPV6_SIZE); in hclge_fd_get_tuple() 5863 cpu_to_be32_array(fs->h_u.tcp_ip6_spec.ip6dst, in hclge_get_fd_rule_info() 5866 memset(fs->m_u.tcp_ip6_spec.ip6dst, 0, in hclge_get_fd_rule_info() [all …]
|
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_filters.c | 516 ntohl(fsp->h_u.tcp_ip6_spec.ip6dst[i]); in aq_set_data_fl3l4()
|
/Linux-v5.4/net/core/ |
D | ethtool.c | 2981 if (memcmp(v6_m_spec->ip6dst, &zero_addr, sizeof(zero_addr))) { in ethtool_rx_flow_rule_create() 2982 memcpy(&match->key.ipv6.dst, v6_spec->ip6dst, in ethtool_rx_flow_rule_create() 2984 memcpy(&match->mask.ipv6.dst, v6_m_spec->ip6dst, in ethtool_rx_flow_rule_create()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 979 *(struct in6_addr *)&fs->h_u.tcp_ip6_spec.ip6dst[0] = in bnxt_grxclsrule() 983 fs->m_u.tcp_ip6_spec.ip6dst[i] = cpu_to_be32(~0); in bnxt_grxclsrule()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 1443 memcpy(&fsp->h_u.tcp_ip6_spec.ip6dst, in qede_get_cls_rule_entry()
|