CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/03/27 04:44:23
Modified files: sys/netinet : ip_input.c ip_var.h Log message: Stop dereferencing the ifp pointer present in the packet header all over the input path since it is going to die. Should be no functional change. ok mikeb@, lteo@, benno@