Lines Matching refs:Table
154 @param[in, out] Table The assemble table used. A new assemble entry will be created
165 IN OUT IP6_ASSEMBLE_TABLE *Table,
197 NET_LIST_FOR_EACH (Cur, &Table->Bucket[Index]) {
210 // Create a new entry if can not find an existing one, insert it to assemble table
223 InsertHeadList (&Table->Bucket[Index], &Assemble->Link);
500 number of input data blocks when building a fragment table.
580 // Rebuild fragment table from netbuf to ease ipsec process.
1126 Initialize an already allocated assemble table. This is generally
1127 the assemble table embedded in the IP6 service instance.
1129 @param[in, out] Table The assemble table to initialize.
1134 IN OUT IP6_ASSEMBLE_TABLE *Table
1140 InitializeListHead (&Table->Bucket[Index]);
1145 Clean up the assemble table by removing all of the fragments
1148 @param[in, out] Table The assemble table to clean up.
1153 IN OUT IP6_ASSEMBLE_TABLE *Table
1162 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Table->Bucket[Index]) {
1263 // Build the fragment table to be delivered up.