Page MenuHomeFreeBSD

IfAPI: Add if_llsoftc member accessors for TOEDEV
ClosedPublic

Authored by jhibbits on Jan 25 2023, 8:59 PM.
Tags
None
Referenced Files
F82158807: D38199.diff
Fri, Apr 26, 1:20 AM
F82117559: D38199.id116128.diff
Thu, Apr 25, 5:07 PM
Unknown Object (File)
Fri, Apr 19, 11:49 PM
Unknown Object (File)
Thu, Mar 28, 10:45 AM
Unknown Object (File)
Mar 18 2024, 4:34 PM
Unknown Object (File)
Jan 15 2024, 12:28 AM
Unknown Object (File)
Dec 20 2023, 7:50 AM
Unknown Object (File)
Dec 8 2023, 6:29 PM
Subscribers

Details

Summary

Keep TOEDEV() macro for backwards compatibility, and add a SETTOEDEV()
macro to complement with the new accessors.

Sponsored by: Juniper Networks, Inc.

Diff Detail

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

Event Timeline

sys/net/if.c
4830

What is the reason to make it non-void?

sys/net/if.c
4830

It was for consistency with other setters, but I guess that's not consistent either. I'll just make it void.

This revision is now accepted and ready to land.Jan 31 2023, 5:06 PM