MCPcopy Create free account
hub / github.com/F-Stack/f-stack / object_sort_ctlv

Function object_sort_ctlv

tools/ipfw/ipfw2.c:5225–5230  ·  view source on GitHub ↗

* Provide kernel with sorted list of referenced objects */

Source from the content-addressed store, hash-verified

5223 * Provide kernel with sorted list of referenced objects
5224 */
5225static void
5226object_sort_ctlv(ipfw_obj_ctlv *ctlv)
5227{
5228
5229 qsort(ctlv + 1, ctlv->count, ctlv->objsize, compare_ntlv);
5230}
5231
5232struct object_kt {
5233 uint16_t uidx;

Callers 2

ipfw_show_configFunction · 0.85
ipfw_addFunction · 0.85

Calls 1

qsortFunction · 0.85

Tested by

no test coverage detected