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
Unknown Object (File)
Mon, Aug 11, 4:50 AM
Unknown Object (File)
Sat, Aug 2, 12:43 AM
Unknown Object (File)
Tue, Jul 29, 8:48 AM
Unknown Object (File)
Fri, Jul 18, 3:29 PM
Unknown Object (File)
Wed, Jul 16, 10:47 PM
Unknown Object (File)
Jul 13 2025, 7:32 AM
Unknown Object (File)
Jul 12 2025, 5:05 AM
Unknown Object (File)
Jul 12 2025, 4:22 AM
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