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
F149458471: D29971.diff
Tue, Mar 24, 2:48 PM
Unknown Object (File)
Sat, Mar 14, 3:55 PM
Unknown Object (File)
Tue, Mar 3, 2:32 PM
Unknown Object (File)
Tue, Mar 3, 1:46 AM
Unknown Object (File)
Sat, Feb 28, 10:20 AM
Unknown Object (File)
Sat, Feb 28, 2:33 AM
Unknown Object (File)
Feb 8 2026, 8:10 AM
Unknown Object (File)
Jan 20 2026, 11:29 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38852
Build 35741: arc lint + arc unit

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.