Module Name: src Committed By: riastradh Date: Tue May 17 10:28:08 UTC 2022
Modified Files: src/sys/net: pfil.c Log Message: pfil(9): Assert pfil lists are not run in interrupt context. All the paths leading to this should have been dispensed with by now. The network stack runs in thread or softint context these days; hard interrupt context is used only to put packets on queues deferred to softint. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/net/pfil.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.