Home
last modified time | relevance | path

Searched refs:udph_ptr (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c576 struct udphdr *udph_ptr = NULL; in xdp_head_adjst() local
582 udph_ptr = filter_udphdr(ctx, port); in xdp_head_adjst()
583 if (!udph_ptr) in xdp_head_adjst()
586 hdr_len = (void *)udph_ptr - (void *)(long)ctx->data + in xdp_head_adjst()