Home
last modified time | relevance | path

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

/openbmc/linux/net/bpf/
H A Dtest_run.c100 struct xdp_page_head { struct
126 #define TEST_XDP_FRAME_SIZE (PAGE_SIZE - sizeof(struct xdp_page_head)) argument
131 struct xdp_page_head *head = phys_to_virt(page_to_phys(page)); in xdp_test_run_init_page()
221 static bool frame_was_changed(const struct xdp_page_head *head) in frame_was_changed()
231 static bool ctx_was_changed(struct xdp_page_head *head) in ctx_was_changed()
238 static void reset_ctx(struct xdp_page_head *head) in reset_ctx()
288 struct xdp_page_head *head; in xdp_test_run_batch()
1175 headroom += sizeof(struct xdp_page_head); in bpf_prog_test_run_xdp()