CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/02 03:40:03
Modified files:
sys/net : if.c if_bridge.c if_bridge.h if_ethersubr.c
if_trunk.c if_var.h if_vlan.c
sys/netinet : ip_carp.c ip_ether.c
Log message:
By design if_input_process() needs to hold a reference on the receiving
ifp in order to access its ifih handlers.
So get rid of if_get() in the various ifih handlers we know the ifp is
live at this point.
ok dlg@
