HomeFreeBSD

e1000: remove unused ifp backpointer

Description

e1000: remove unused ifp backpointer

The ifp (struct ifnet) backpointer in the e1000 private ifnet
data is not used anymore since the iflib transition.
Remove it so that developers are not tempted to use it and
get a NULL pointer dereference.

Reviewed by: markj, kbowling, erj
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D33157

Details

Provenance
vmaffioneAuthored on Nov 29 2021, 9:28 PM
Reviewer
markj
Differential Revision
D33157: e1000: remove unused ifp backpointer
Parents
rG83a103ec429a: libc sctp: improve conformance of sctp_getpaddrs()
Branches
Unknown
Tags
Unknown