Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c547 struct ethtool_ah_espip4_spec *ah_esp_mask = &fsp->m_u.ah_ip4_spec; in otx2_prepare_ipv4_flow() local
661 if (ah_esp_mask->ip4src) { in otx2_prepare_ipv4_flow()
664 memcpy(&pmask->ip4src, &ah_esp_mask->ip4src, in otx2_prepare_ipv4_flow()
668 if (ah_esp_mask->ip4dst) { in otx2_prepare_ipv4_flow()
671 memcpy(&pmask->ip4dst, &ah_esp_mask->ip4dst, in otx2_prepare_ipv4_flow()
675 if (ah_esp_mask->tos) { in otx2_prepare_ipv4_flow()
677 pmask->tos = ah_esp_mask->tos; in otx2_prepare_ipv4_flow()
682 if (ah_esp_mask->spi & ah_esp_hdr->spi) in otx2_prepare_ipv4_flow()
706 struct ethtool_ah_espip6_spec *ah_esp_mask = &fsp->m_u.ah_ip6_spec; in otx2_prepare_ipv6_flow() local
794 memcpy(&pmask->ip6src, &ah_esp_mask->ip6src, in otx2_prepare_ipv6_flow()
[all …]