Home
last modified time | relevance | path

Searched refs:adjust_tail (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h127 * @adjust_tail: BPF can simply trunc packet size for adjust tail
175 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()
196 pr_vlog(env, "adjust_tail not supported by FW\n"); 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
3347 return adjust_tail(nfp_prog, meta); in helper_call()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h127 * @adjust_tail: BPF can simply trunc packet size for adjust tail
175 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()
196 pr_vlog(env, "adjust_tail not supported by FW\n"); 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()

Completed in 18 milliseconds