Lines Matching full:memcpy

519 			memcpy(&pkt->ip4src, &ipv4_usr_hdr->ip4src,  in otx2_prepare_ipv4_flow()
521 memcpy(&pmask->ip4src, &ipv4_usr_mask->ip4src, in otx2_prepare_ipv4_flow()
526 memcpy(&pkt->ip4dst, &ipv4_usr_hdr->ip4dst, in otx2_prepare_ipv4_flow()
528 memcpy(&pmask->ip4dst, &ipv4_usr_mask->ip4dst, in otx2_prepare_ipv4_flow()
572 memcpy(&pkt->ip4src, &ipv4_l4_hdr->ip4src, in otx2_prepare_ipv4_flow()
574 memcpy(&pmask->ip4src, &ipv4_l4_mask->ip4src, in otx2_prepare_ipv4_flow()
579 memcpy(&pkt->ip4dst, &ipv4_l4_hdr->ip4dst, in otx2_prepare_ipv4_flow()
581 memcpy(&pmask->ip4dst, &ipv4_l4_mask->ip4dst, in otx2_prepare_ipv4_flow()
591 memcpy(&pkt->sport, &ipv4_l4_hdr->psrc, in otx2_prepare_ipv4_flow()
593 memcpy(&pmask->sport, &ipv4_l4_mask->psrc, in otx2_prepare_ipv4_flow()
603 memcpy(&pkt->dport, &ipv4_l4_hdr->pdst, in otx2_prepare_ipv4_flow()
605 memcpy(&pmask->dport, &ipv4_l4_mask->pdst, in otx2_prepare_ipv4_flow()
627 memcpy(&pkt->ip4src, &ah_esp_hdr->ip4src, in otx2_prepare_ipv4_flow()
629 memcpy(&pmask->ip4src, &ah_esp_mask->ip4src, in otx2_prepare_ipv4_flow()
634 memcpy(&pkt->ip4dst, &ah_esp_hdr->ip4dst, in otx2_prepare_ipv4_flow()
636 memcpy(&pmask->ip4dst, &ah_esp_mask->ip4dst, in otx2_prepare_ipv4_flow()
678 memcpy(&pkt->ip6src, &ipv6_usr_hdr->ip6src, in otx2_prepare_ipv6_flow()
680 memcpy(&pmask->ip6src, &ipv6_usr_mask->ip6src, in otx2_prepare_ipv6_flow()
685 memcpy(&pkt->ip6dst, &ipv6_usr_hdr->ip6dst, in otx2_prepare_ipv6_flow()
687 memcpy(&pmask->ip6dst, &ipv6_usr_mask->ip6dst, in otx2_prepare_ipv6_flow()
702 memcpy(&pkt->ip6src, &ipv6_l4_hdr->ip6src, in otx2_prepare_ipv6_flow()
704 memcpy(&pmask->ip6src, &ipv6_l4_mask->ip6src, in otx2_prepare_ipv6_flow()
709 memcpy(&pkt->ip6dst, &ipv6_l4_hdr->ip6dst, in otx2_prepare_ipv6_flow()
711 memcpy(&pmask->ip6dst, &ipv6_l4_mask->ip6dst, in otx2_prepare_ipv6_flow()
716 memcpy(&pkt->sport, &ipv6_l4_hdr->psrc, in otx2_prepare_ipv6_flow()
718 memcpy(&pmask->sport, &ipv6_l4_mask->psrc, in otx2_prepare_ipv6_flow()
728 memcpy(&pkt->dport, &ipv6_l4_hdr->pdst, in otx2_prepare_ipv6_flow()
730 memcpy(&pmask->dport, &ipv6_l4_mask->pdst, in otx2_prepare_ipv6_flow()
752 memcpy(&pkt->ip6src, &ah_esp_hdr->ip6src, in otx2_prepare_ipv6_flow()
754 memcpy(&pmask->ip6src, &ah_esp_mask->ip6src, in otx2_prepare_ipv6_flow()
759 memcpy(&pkt->ip6dst, &ah_esp_hdr->ip6dst, in otx2_prepare_ipv6_flow()
761 memcpy(&pmask->ip6dst, &ah_esp_mask->ip6dst, in otx2_prepare_ipv6_flow()
808 memcpy(&pkt->etype, &eth_hdr->h_proto, in otx2_prepare_flow_request()
810 memcpy(&pmask->etype, &eth_mask->h_proto, in otx2_prepare_flow_request()
852 memcpy(&pkt->vlan_etype, &fsp->h_ext.vlan_etype, in otx2_prepare_flow_request()
854 memcpy(&pmask->vlan_etype, &fsp->m_ext.vlan_etype, in otx2_prepare_flow_request()
864 memcpy(&pkt->vlan_tci, &fsp->h_ext.vlan_tci, in otx2_prepare_flow_request()
866 memcpy(&pmask->vlan_tci, &fsp->m_ext.vlan_tci, in otx2_prepare_flow_request()
1015 memcpy(&pf_mac->flow_spec, &flow->flow_spec, in otx2_add_flow_with_pfmac()