K 10 svn:author V 2 cy K 8 svn:date V 27 2021-12-21T23:38:41.528289Z K 7 svn:log V 559 ipfilter: Fix struct ifnet pointer type The fr_info struct contains a summary of a packet. One of its fields is a pointer to the ifnet struct the packet arrived on. It is pointed to by a void* because ipfilter supports multiple O/Ses. Unfortunately this makes it difficult it examine with DTrace. Defining fin_ifp as a pointer to an ifnet struct makes the struct it points to using a DTrace script possible. (cherry picked from commit 8f19f3d31a7224c502c36dd16f1321b802e4da60) Git Hash: 616a2e8312fd167473202e18b8771f6902b2f45b Git Author: cy@FreeBSD.org END