mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
bac97eb979e5048b065f01c6b5e7d63ffc3abf48
take ownership of the packet, rather than doing so only if they return success. This breaks semantic compatibility with Linux's hard_start_xmit() method, but means that we don't have to worry so much about error cases. Split mechanism of processing received packets (net_rx_process()) out from policy (net_step()), preparatory to putting net_step() in a separate object.
Languages
C
97.3%
Assembly
1.5%
Perl
0.6%
Makefile
0.3%
Python
0.2%