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)
Fri, Nov 14, 1:15 PM
Unknown Object (File)
Tue, Nov 4, 9:41 AM
Unknown Object (File)
Tue, Oct 28, 6:14 AM
Unknown Object (File)
Oct 10 2025, 12:24 AM
Unknown Object (File)
Oct 9 2025, 8:49 PM
Unknown Object (File)
Oct 8 2025, 5:39 AM
Unknown Object (File)
Oct 7 2025, 5:58 AM
Unknown Object (File)
Oct 3 2025, 1:16 AM

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