Author :
bluhm
Date :
2025-05-20 00:37:17
Hash :2ec1c143 Message :Run IPv6 fragment reassembly in parallel.
frag6_input() is MP-safe, a global mutex is protecting it. Set
PR_MPINPUT protocol flag to run it in parallel from ip_deliver()
loop. Note that this only affects configurations where pf(4) has
been turned off, as pf does its own fragment reassembly.
OK mvs@