CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/06 09:50:00
Modified files:
sys/netinet6 : ip6_input.c
Log message:
Move Hop-by-Hop processing into its own function ip6_hbhchcheck().
This function will help splitting the IPv6 input path in two, in
order to run the first part without KERNEL_LOCK() held.
Tested by Hrvoje Popovski, ok bluhm@
