Next: The Linux Kernel -
Up: TX Flow
Previous: TX Flow
Contents
- dev_queue_xmit calls OpenRG TX hooks for this packet. Hooks
may "consume" or alter the packet. Such actions may be dropped by the
firewall, perform NAPT, etc.
- If the packet was not consumed by OpenRG hooks, it is enqueued to the
device queue.
- The Linux kernel then schedules a dequeue task.
Jungo Software Technologies