vlan(4): Add support for allocating TLS receive tags.
authorHans Petter Selasky <hselasky@FreeBSD.org>
Wed, 25 May 2022 10:39:56 +0000 (12:39 +0200)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 7 Jun 2022 10:54:42 +0000 (12:54 +0200)
commit892eded5b8b0723043577b971ac7be7edeb8df7a
treeb4962640cf5cdb983c82de1c666b58b9ad9b6b85
parent1967e313795f40c8c5076af66a914132af71b85d
vlan(4): Add support for allocating TLS receive tags.

The TLS receive tags are allocated directly from the receiving interface,
because mbufs are flowing in the opposite direction and then route change
checks are not useful, because they only work for outgoing traffic.

Differential revision: https://reviews.freebsd.org/D32356
Sponsored by: NVIDIA Networking
sys/net/if_vlan.c