XDPeriments icon indicating copy to clipboard operation
XDPeriments copied to clipboard

Example programs fot the Journeying into XDP blogs

Results 2 XDPeriments issues
Sort by recently updated
recently updated
newest added

Where do these methods come from? - [parse_dnshdr](https://github.com/NLnetLabs/XDPeriments/blob/ddcb2d774360786576d4bfad3beb59857c5a3a82/dns-says-no/Round3/xdp_dns_says_no_kern_v3.c#L193) - [parse_udphdr](https://github.com/NLnetLabs/XDPeriments/blob/ddcb2d774360786576d4bfad3beb59857c5a3a82/dns-says-no/Round3/xdp_dns_says_no_kern_v3.c#L192) When trying to google them, I find a lot of userspace code, but not a single definition of those methods....