Module Name: src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023
Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from ifq_put_slow() and if_transmit_default(), mainly to avoid having to repeatedly take and release the ifq lock. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1.2.4 -r1.529.2.1.2.5 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.