fib_error
TAILQ_ENTRY(fib_error) entries;/* list of all errored entries */
VNET_DEFINE_STATIC(TAILQ_HEAD(fib_error_head, fib_error), fib_error_list);
struct fib_error *fe;
fe = malloc(sizeof(struct fib_error), M_TEMP, M_NOWAIT | M_ZERO);
const struct fib_error *fe;
struct fib_error *fe, *fe_tmp;
struct fib_error *fe, *fe_tmp;