I'm doing some development on an IPv6 firewall. I want the kernel to not drop all traffic that does not come from raw socket. Is there a way i can test the skbuff pointer in theipv6 forwarding function of the kernel to see if it came from my raw socket?
Thanks