Home
last modified time | relevance | path

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

/linux-6.1.9/net/bpf/
Dtest_run.c97 struct xdp_page_head { struct
116 #define TEST_XDP_FRAME_SIZE (PAGE_SIZE - sizeof(struct xdp_page_head)) argument
121 struct xdp_page_head *head = phys_to_virt(page_to_phys(page)); in xdp_test_run_init_page()
211 static bool ctx_was_changed(struct xdp_page_head *head) in ctx_was_changed()
218 static void reset_ctx(struct xdp_page_head *head) in reset_ctx()
267 struct xdp_page_head *head; in xdp_test_run_batch()
1302 headroom += sizeof(struct xdp_page_head); in bpf_prog_test_run_xdp()