Page MenuHomeFreeBSD

Add rib_walk_from() wrapper for selective rib tree traversal
ClosedPublic

Authored by melifaro on Apr 25 2021, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 4:10 AM
Unknown Object (File)
Sun, Sep 14, 9:22 AM
Unknown Object (File)
Sep 12 2025, 8:23 AM
Unknown Object (File)
Aug 31 2025, 2:06 PM
Unknown Object (File)
Aug 25 2025, 11:53 PM
Unknown Object (File)
Jul 25 2025, 5:02 PM
Unknown Object (File)
Jul 6 2025, 6:54 AM
Unknown Object (File)
Jul 4 2025, 9:16 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

donner added inline comments.
sys/net/route/route_helpers.c
136

That's a bad name for a read-lock.

sys/net/route/route_helpers.c
136

It doesn’t assume read lock. It requests function not to acquire lock at all, assuming that the lock is already taken.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2021, 8:17 AM
This revision was automatically updated to reflect the committed changes.