Home
last modified time | relevance | path

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

/linux/include/net/
H A Dxdp.h362 int xdp_update_frame_from_buff(const struct xdp_buff *xdp, in xdp_update_frame_from_buff() function
401 if (unlikely(xdp_update_frame_from_buff(xdp, xdp_frame) < 0)) in xdp_convert_buff_to_frame()
/linux/net/bpf/
H A Dtest_run.c155 xdp_update_frame_from_buff(new_ctx, frm); in xdp_test_run_init_page()
248 xdp_update_frame_from_buff(&head->ctx, head->frame); in reset_ctx()
322 ret = xdp_update_frame_from_buff(ctx, frm); in xdp_test_run_batch()
/linux/kernel/bpf/
H A Ddevmap.c356 err = xdp_update_frame_from_buff(&xdp, xdpf); in dev_map_bpf_prog_run()
/linux/drivers/net/
H A Dveth.c632 if (xdp_update_frame_from_buff(xdp, frame)) in veth_xdp_rcv_one()