HomeFreeBSD

rtsock: do not allocate mbufs_tags(9) just to store a 8-bit value

Description

rtsock: do not allocate mbufs_tags(9) just to store a 8-bit value

Use local storage of the mbuf packet header instead.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D36121

Details