Home
last modified time | relevance | path

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

/linux/net/bpf/
H A Dtest_run.c90 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 = in xdp_test_run_init_page()
212 static bool frame_was_changed(const struct xdp_page_head *head) in frame_was_changed()
222 static bool ctx_was_changed(struct xdp_page_head *head) in ctx_was_changed()
229 static void reset_ctx(struct xdp_page_head *head) in reset_ctx()
281 struct xdp_page_head *head; in xdp_test_run_batch()
1327 headroom += sizeof(struct xdp_page_head); in bpf_prog_test_run_xdp()