Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dxdp.h260 int xdp_update_frame_from_buff(struct xdp_buff *xdp, in xdp_update_frame_from_buff() function
299 if (unlikely(xdp_update_frame_from_buff(xdp, xdp_frame) < 0)) in xdp_convert_buff_to_frame()
/Linux-v6.1/net/bpf/
Dtest_run.c143 xdp_update_frame_from_buff(new_ctx, frm); in xdp_test_run_init_page()
226 xdp_update_frame_from_buff(&head->ctx, &head->frm); in reset_ctx()
295 ret = xdp_update_frame_from_buff(ctx, frm); in xdp_test_run_batch()
/Linux-v6.1/kernel/bpf/
Dcpumap.c238 err = xdp_update_frame_from_buff(&xdp, xdpf); in cpu_map_bpf_prog_run_xdp()
Ddevmap.c345 err = xdp_update_frame_from_buff(&xdp, xdpf); in dev_map_bpf_prog_run()
/Linux-v6.1/drivers/net/
Dveth.c605 if (xdp_update_frame_from_buff(&xdp, frame)) in veth_xdp_rcv_one()