⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

process_packet

Function process_packet 

Source
pub fn process_packet(data: &[u8]) -> Result<(), KernelError>
Expand description

Process an incoming IPv6 packet (dispatched from the Ethernet layer).