MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rt_flushifroutes

Function rt_flushifroutes

freebsd/net/route.c:498–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void
499rt_flushifroutes(struct ifnet *ifp)
500{
501
502 rib_foreach_table_walk_del(AF_UNSPEC, rt_ifdelroute, ifp);
503}
504
505/*
506 * Look up rt_addrinfo for a specific fib. Note that if rti_ifa is defined,

Callers 1

if_detach_internalFunction · 0.85

Calls 1

Tested by

no test coverage detected