Next: TX Flow
Up: RX Flow
Previous: The Linux Kernel -
Contents
- Decides on the packet's route according to:
- The packet's IP destination
- The routing table
- If the destination is local, the Linux kernel passes the packet up to
a higher protocol layer (e.g. TCP/UDP/ICMP).
- If the destination is remote, the Linux kernel forwards the packet
according to the routing decision (destination). It sends the packet at
the end of the routing chain, using dev_queue_xmit.
Jungo Software Technologies