Lines Matching defs:badifp
2526 * the information about the dead interface is available in badifp
2530 rtbad(struct rt_entry *rt, struct interface *badifp)
2536 if (badifp == NULL || (rt->rt_spares[0].rts_ifp == badifp)) {
2543 if (badifp != NULL) {
2548 if (rt->rt_spares[0].rts_ifp != badifp)
2551 * badifp has just gone bad. We want to keep this
2556 trace_misc("rtbad:Setting RS_BADIF (%s)", badifp->int_name);
2570 rtbad_sub(struct rt_entry *rt, struct interface *badifp)
2631 rtbad(rt, badifp);