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)
Nov 22 2024, 7:50 PM
Unknown Object (File)
Oct 27 2024, 1:26 PM
Unknown Object (File)
Oct 16 2024, 8:14 AM
Unknown Object (File)
Oct 9 2024, 5:29 PM
Unknown Object (File)
Oct 9 2024, 2:33 PM
Unknown Object (File)
Oct 8 2024, 8:26 PM
Unknown Object (File)
Oct 8 2024, 9:37 AM
Unknown Object (File)
Oct 8 2024, 4:41 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.