Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:FragmentTable

515   NET_FRAGMENT              *FragmentTable;

537 FragmentTable = NULL;
582 FragmentTable = AllocateZeroPool (FragmentCount * sizeof (NET_FRAGMENT));
584 if (FragmentTable == NULL) {
589 Status = NetbufBuildExt (Packet, FragmentTable, &FragmentCount);
590 OriginalFragmentTable = FragmentTable;
594 FreePool (FragmentTable);
611 (EFI_IPSEC_FRAGMENT_DATA **) (&FragmentTable),
626 if (OriginalFragmentCount == FragmentCount && OriginalFragmentTable == FragmentTable) {
630 FreePool (FragmentTable);
634 // Free the FragmentTable which allocated before calling the IPsec.
642 FragmentTable,
677 FragmentTable,
1266 NetbufBuildExt (Packet, (NET_FRAGMENT *) RxData->FragmentTable, &RxData->FragmentCount);