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

Function fib_unref_algo

freebsd/net/route/fib_algo.c:1127–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127static void
1128fib_unref_algo(struct fib_lookup_module *flm)
1129{
1130
1131 FIB_MOD_LOCK();
1132 flm->flm_refcount--;
1133 FIB_MOD_UNLOCK();
1134}
1135
1136static int
1137set_fib_algo(uint32_t fibnum, int family, struct sysctl_oid *oidp, struct sysctl_req *req)

Callers 4

destroy_fd_instanceFunction · 0.85
rebuild_fdFunction · 0.85
set_fib_algoFunction · 0.85
fib_select_algo_initialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected