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

Function bsearch4_end_dump

freebsd/netinet/in_fib_algo.c:464–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464static enum flm_op_result
465bsearch4_end_dump(void *_data, struct fib_dp *dp)
466{
467 struct bsearch4_data *bd = (struct bsearch4_data *)_data;
468 enum flm_op_result ret;
469
470 ret = bsearch4_build(bd);
471 if (ret == FLM_SUCCESS) {
472 dp->f = bsearch4_lookup;
473 dp->arg = bd;
474 }
475
476 return (ret);
477}
478
479static enum flm_op_result
480bsearch4_change_cb(struct rib_head *rnh, struct rib_cmd_info *rc,

Callers

nothing calls this directly

Calls 1

bsearch4_buildFunction · 0.85

Tested by

no test coverage detected