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
F83163214: D29971.id88113.diff
Tue, May 7, 5:43 AM
Unknown Object (File)
Fri, May 3, 7:29 AM
Unknown Object (File)
Thu, Apr 25, 5:47 PM
Unknown Object (File)
Dec 25 2023, 9:05 PM
Unknown Object (File)
Dec 20 2023, 6:54 AM
Unknown Object (File)
Dec 12 2023, 11:09 AM
Unknown Object (File)
Aug 31 2023, 3:54 PM
Unknown Object (File)
Aug 31 2023, 3:54 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.