route.c | 286 rtalloc1_locked(const struct sockaddr *, int, bool, bool); 548 rtalloc1_locked(const struct sockaddr *dst, int report, bool wait_ok, function in typeref:struct:rtentry * 614 rt = rtalloc1_locked(dst, report, true, false); 1014 rt = rtalloc1_locked(gateway, 0, true, true); 1346 gwrt = rtalloc1_locked(gate, 1, false, true);
|