Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c659 if (ah_esp_mask->ip4src) { in otx2_prepare_ipv4_flow()
662 memcpy(&pmask->ip4src, &ah_esp_mask->ip4src, in otx2_prepare_ipv4_flow()
666 if (ah_esp_mask->ip4dst) { in otx2_prepare_ipv4_flow()
669 memcpy(&pmask->ip4dst, &ah_esp_mask->ip4dst, in otx2_prepare_ipv4_flow()
673 if (ah_esp_mask->tos) { in otx2_prepare_ipv4_flow()
675 pmask->tos = ah_esp_mask->tos; in otx2_prepare_ipv4_flow()
680 if (ah_esp_mask->spi & ah_esp_hdr->spi) in otx2_prepare_ipv4_flow()
792 memcpy(&pmask->ip6src, &ah_esp_mask->ip6src, in otx2_prepare_ipv6_flow()
799 memcpy(&pmask->ip6dst, &ah_esp_mask->ip6dst, in otx2_prepare_ipv6_flow()
805 if ((ah_esp_mask->spi & ah_esp_hdr->spi) || in otx2_prepare_ipv6_flow()
[all …]