Page MenuHomeFreeBSD

if_vlan: add a prototype for vlan_input_p
ClosedPublic

Authored by ivy on May 28 2025, 3:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 1, 2:35 AM
Unknown Object (File)
Sat, Jun 27, 10:23 PM
Unknown Object (File)
Sat, Jun 27, 4:27 PM
Unknown Object (File)
Mon, Jun 22, 3:12 AM
Unknown Object (File)
Thu, Jun 11, 11:43 AM
Unknown Object (File)
Fri, Jun 5, 3:28 PM
Unknown Object (File)
May 22 2026, 9:04 AM
Unknown Object (File)
May 17 2026, 1:33 PM

Details

Summary

Move the definition of vlan_input_p to net/if.c and its prototype to
if_vlan_var.h, to match the other functions exported from if_vlan.
Remove the previous comment which is now outdated.

This is required for if_bridge to use this function.

Diff Detail

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