Page MenuHomeFreeBSD

inpcb: Add a flags parameter to in_pcbbind()
ClosedPublic

Authored by markj on Fri, Jan 24, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 8, 2:13 AM
Unknown Object (File)
Thu, Feb 6, 4:35 PM
Unknown Object (File)
Thu, Feb 6, 4:00 PM
Unknown Object (File)
Wed, Feb 5, 8:31 AM
Unknown Object (File)
Tue, Feb 4, 10:09 PM
Unknown Object (File)
Mon, Feb 3, 10:32 PM
Unknown Object (File)
Fri, Jan 31, 1:09 PM
Unknown Object (File)
Wed, Jan 29, 9:42 PM
Subscribers

Details

Summary

Add a flag, INPBIND_FIB, which means that the inpcb is local to its FIB
number. When this flag is specified, duplicate bindings are permitted,
so long as each FIB contains at most one inpcb bound to the same
address/port. If an inpcb is bound with this flag, it'll have the
INP_BOUNDFIB flag set.

No functional change intended.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62003
Build 58887: arc lint + arc unit