Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Duplicate

180   NET_BUF                   *Duplicate;

330 Duplicate = NetbufDuplicate (Packet, NULL, sizeof (EFI_IP6_HEADER));
331 if (Duplicate == NULL) {
338 DupHead = NetbufGetByte (Duplicate, 0, NULL);
340 Duplicate->Ip.Ip6 = Ip6NtohHead ((EFI_IP6_HEADER *) DupHead);
341 Assemble->Packet = Duplicate;
1469 duplicate it to a non-shared packet, release the shared packet, then
1694 // Second: deliver a duplicate of the packet to each instance.