Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c537 struct ethtool_ah_espip4_spec *ah_esp_mask = &fsp->m_u.ah_ip4_spec; in otx2_prepare_ipv4_flow() local
651 if (ah_esp_mask->ip4src) { in otx2_prepare_ipv4_flow()
654 memcpy(&pmask->ip4src, &ah_esp_mask->ip4src, in otx2_prepare_ipv4_flow()
658 if (ah_esp_mask->ip4dst) { in otx2_prepare_ipv4_flow()
661 memcpy(&pmask->ip4dst, &ah_esp_mask->ip4dst, in otx2_prepare_ipv4_flow()
665 if (ah_esp_mask->tos) { in otx2_prepare_ipv4_flow()
667 pmask->tos = ah_esp_mask->tos; in otx2_prepare_ipv4_flow()
672 if (ah_esp_mask->spi & ah_esp_hdr->spi) in otx2_prepare_ipv4_flow()
696 struct ethtool_ah_espip6_spec *ah_esp_mask = &fsp->m_u.ah_ip6_spec; in otx2_prepare_ipv6_flow() local
784 memcpy(&pmask->ip6src, &ah_esp_mask in otx2_prepare_ipv6_flow()
[all...]

Completed in 2 milliseconds