Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c539 struct ethtool_ah_espip4_spec *ah_esp_mask = &fsp->m_u.ah_ip4_spec; in otx2_prepare_ipv4_flow() local
653 if (ah_esp_mask->ip4src) { in otx2_prepare_ipv4_flow()
656 memcpy(&pmask->ip4src, &ah_esp_mask->ip4src, in otx2_prepare_ipv4_flow()
660 if (ah_esp_mask->ip4dst) { in otx2_prepare_ipv4_flow()
663 memcpy(&pmask->ip4dst, &ah_esp_mask->ip4dst, in otx2_prepare_ipv4_flow()
667 if (ah_esp_mask->tos) { in otx2_prepare_ipv4_flow()
669 pmask->tos = ah_esp_mask->tos; in otx2_prepare_ipv4_flow()
674 if (ah_esp_mask->spi & ah_esp_hdr->spi) in otx2_prepare_ipv4_flow()
698 struct ethtool_ah_espip6_spec *ah_esp_mask = &fsp->m_u.ah_ip6_spec; in otx2_prepare_ipv6_flow() local
786 memcpy(&pmask->ip6src, &ah_esp_mask->ip6src, in otx2_prepare_ipv6_flow()
[all …]