Home
last modified time | relevance | path

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

/linux-6.12.1/net/bpf/
Dtest_run.c101 struct xdp_page_head { struct
127 #define TEST_XDP_FRAME_SIZE (PAGE_SIZE - sizeof(struct xdp_page_head)) argument
132 struct xdp_page_head *head = in xdp_test_run_init_page()
223 static bool frame_was_changed(const struct xdp_page_head *head) in frame_was_changed()
233 static bool ctx_was_changed(struct xdp_page_head *head) in ctx_was_changed()
240 static void reset_ctx(struct xdp_page_head *head) in reset_ctx()
292 struct xdp_page_head *head; in xdp_test_run_batch()
1234 headroom += sizeof(struct xdp_page_head); in bpf_prog_test_run_xdp()