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)
Sat, Oct 11, 11:28 PM
Unknown Object (File)
Thu, Oct 9, 11:49 PM
Unknown Object (File)
Sat, Sep 20, 9:11 AM
Unknown Object (File)
Sat, Sep 20, 8:20 AM
Unknown Object (File)
Fri, Sep 19, 11:33 PM
Unknown Object (File)
Sep 17 2025, 3:21 PM
Unknown Object (File)
Sep 14 2025, 12:45 AM
Unknown Object (File)
Sep 13 2025, 8:03 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49232
Build 46122: arc lint + arc unit

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