Tested mbuf usage with the feature disabled and found that there were no extra mbufs used (i.e. the feature really was disabled).
Tested mbuf usage with the feature enabled and found that only the expected number of mbufs per socket were used. Also, I used a kernel debugger to ensure the packets were correctly captured in the TCPCB.
Tested that the overall mbuf cluster limit worked correctly.