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

/freebsd-current/sys/net/route/
H A Dfib_algo.h116 int fib_module_init(struct fib_lookup_module *flm, uint32_t fibnum,
119 struct fib_lookup_module *flm, bool waitok);
120 int fib_module_dumptree(struct fib_lookup_module *flm,
122 int fib_module_register(struct fib_lookup_module *flm);
123 int fib_module_unregister(struct fib_lookup_module *flm);
H A Dfib_algo.c79 * flm - fib lookup modules - implementation of particular lookup algorithm
80 * fd - fib data - instance of an flm bound to specific routing table
208 static void fib_unref_algo(struct fib_lookup_module *flm);
209 static bool flm_error_check(const struct fib_lookup_module *flm, uint32_t fibnum);
307 flm_error_add(struct fib_lookup_module *flm, uint32_t fibnum) argument
314 fe->fe_flm = flm;
315 fe->fe_family = flm->flm_family;
320 if (flm_error_check(flm, fibnum)) {
332 * True if non-transient error has been registered for @flm in @fibnum.
335 flm_error_check(const struct fib_lookup_module *flm, uint32_ argument
351 fib_error_clear_flm(struct fib_lookup_module *flm) argument
437 struct fib_lookup_module *flm; local
1154 try_setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, struct fib_data *old_fd, struct fib_data **pfd) argument
1248 setup_fd_instance(struct fib_lookup_module *flm, struct rib_head *rh, struct fib_data *orig_fd, struct fib_data **pfd, bool attach) argument
1429 struct fib_lookup_module *flm; local
1446 fib_unref_algo(struct fib_lookup_module *flm) argument
1457 struct fib_lookup_module *flm = NULL; local
1909 struct fib_lookup_module *flm, *best_flm = NULL; local
1951 struct fib_lookup_module *flm; local
2028 fib_module_register(struct fib_lookup_module *flm) argument
2047 fib_module_unregister(struct fib_lookup_module *flm) argument
[all...]
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe.h310 u64 flm; member in struct:rx_ring

Completed in 115 milliseconds