freebsd-dev/sys/netnatm
Sam Leffler 7902224c6b o add a flags parameter to netisr_register that is used to specify
whether or not the isr needs to hold Giant when running; Giant-less
  operation is also controlled by the setting of debug_mpsafenet
o mark all netisr's except NETISR_IP as needing Giant
o add a GIANT_REQUIRED assertion to the top of netisr's that need Giant
o pickup Giant (when debug_mpsafenet is 1) inside ip_input before
  calling up with a packet
o change netisr handling so swi_net runs w/o Giant; instead we grab
  Giant before invoking handlers based on whether the handler needs Giant
o change netisr handling so that netisr's that are marked MPSAFE may
  have multiple instances active at a time
o add netisr statistics for packets dropped because the isr is inactive

Supported by:	FreeBSD Foundation
2003-11-08 22:28:40 +00:00
..
natm_pcb.c
natm_proto.c o add a flags parameter to netisr_register that is used to specify 2003-11-08 22:28:40 +00:00
natm.c o add a flags parameter to netisr_register that is used to specify 2003-11-08 22:28:40 +00:00
natm.h Remove the last vestiges of ATM raw mode. This has not been useful for a 2003-08-06 14:34:38 +00:00