CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/20 03:38:24
Modified files:
sys/net : bridgestp.c if.c if.h if_pfsync.c if_pppx.c
if_spppsubr.c if_trunk.c if_vlan.c pf_if.c
sys/netinet : in.c ip_carp.c
sys/netinet6 : in6.c
sys/dev/pci : if_art.c
Log message:
Allocate the various hook head descriptors as part of the ifnet
structure rather than doing various M_WAITOK allocations during
the *attach() functions, we always rely on them anyway.
ok mikeb@, uebayasi@
