Searched refs:meta_sz (Results 1 – 1 of 1) sorted by relevance
1270 u32 retval = 0, meta_sz = 0, duration, max_linear_sz, size; in bpf_prog_test_run_xdp() local1312 meta_sz = ctx->data; in bpf_prog_test_run_xdp()1313 if (xdp_metalen_invalid(meta_sz) || meta_sz > headroom - sizeof(struct xdp_frame)) in bpf_prog_test_run_xdp()1317 headroom -= meta_sz; in bpf_prog_test_run_xdp()1336 if (kattr->test.data_size_in - meta_sz < ETH_HLEN) in bpf_prog_test_run_xdp()