Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • HardenedBSD HardenedBSD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSD
  • HardenedBSDHardenedBSD
  • Repository
Switch branch/tag
  • HardenedBSD
  • sys
  • dev
  • e1000
  • if_em.h
Find file BlameHistoryPermalink
  • Vincenzo Maffione's avatar
    e1000: remove unused ifp backpointer · d9155956
    Vincenzo Maffione authored Nov 29, 2021
    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
    d9155956