Tiny step to keep ether header in mbuf on ethernet input path:
commitbe7aecae5d6623e786380fda5c4e8d48e6d9126a
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 19 Mar 2008 14:46:03 +0000 (19 14:46 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 19 Mar 2008 14:46:03 +0000 (19 14:46 +0000)
treea9b34d91341832fc67a0d04161f1836016445aaa
parentc392153f81087600973ab3f1f29099e068c696fe
Tiny step to keep ether header in mbuf on ethernet input path:
- ng_ether_input_p does not need interface to release its serializer.
- Instead of letting ng_ether_input_p glue back ether header, we simply
  pass mbuf with ether header to it.  Change ng_ether_input_p interface
  accordingly.
sys/net/ethernet.h
sys/net/if_ethersubr.c
sys/netgraph/ether/ng_ether.c
sys/netgraph/fec/ng_fec.c