Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h177 bool adjust_tail; member
H A Dxskxceiver.c529 test->adjust_tail = false; in __test_spec_init()
1836 if (test->adjust_tail && !is_adjust_tail_supported(ifobject->xdp_progs)) in worker_testapp_validate_rx()
2606 test->adjust_tail = true; in testapp_adjust_tail()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h175 bool adjust_tail; member
H A Dmain.c304 bpf->adjust_tail = true; in nfp_bpf_parse_cap_adjust_tail()
H A Dverifier.c195 if (!bpf->adjust_tail) { in nfp_bpf_check_helper_call()
H A Djit.c1680 static int adjust_tail(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta) in adjust_tail() function
3353 return adjust_tail(nfp_prog, meta); in helper_call()