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