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
F161255612: D29971.diff
Thu, Jul 2, 4:40 AM
Unknown Object (File)
Mon, Jun 29, 3:00 PM
Unknown Object (File)
Mon, Jun 29, 8:50 AM
Unknown Object (File)
Thu, Jun 25, 3:21 AM
Unknown Object (File)
Wed, Jun 24, 9:16 AM
Unknown Object (File)
Wed, Jun 24, 5:28 AM
Unknown Object (File)
May 19 2026, 4:28 PM
Unknown Object (File)
May 19 2026, 4:28 PM
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.