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

/external/libnl/lib/fib_lookup/
H A Drequest.c68 diff |= REQ_DIFF(TABLE, a->lr_table != b->lr_table);
138 req->lr_table = table;
145 return req->lr_table;
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c462 // chunks will be converted and merged in loss record, maintained in lr_table
463 // lr_table elements are kept from one leak_search to another to implement
465 static OSet* lr_table; variable
1152 // contains in lr_table.
1157 n_lossrecords = VG_(OSetGen_Size)(lr_table);
1165 VG_(OSetGen_ResetIter)(lr_table);
1166 while ( (lr = VG_(OSetGen_Next)(lr_table)) ) {
1245 if (lr_table == NULL)
1246 // Create the lr_table, which holds the loss records.
1247 // If the lr_table alread
[all...]
/external/libnl/include/
H A Dnetlink-types.h676 uint8_t lr_table; member in struct:flnl_request

Completed in 303 milliseconds