HomeFreeBSD

Since this code dereferences struct ifnet, it must include if_var.h

Description

Since this code dereferences struct ifnet, it must include if_var.h
explicitly, not via header pollution. While here move TCPSTATES
declaration right above the include that is going to make use of it.

Details

Provenance
glebiusAuthored on
Parents
rS356750: Since this code uses if_ref()/if_rele() it must include if_var.h
Branches
Unknown
Tags
Unknown