Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4100 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous()
4101 curr_size = BPF_LDST_BYTES(ld); in curr_pair_chain_with_previous()
4242 BPF_LDST_BYTES(ld); in nfp_bpf_opt_ldst_gather()
4267 head_ld_meta->ldst_gather_len += BPF_LDST_BYTES(ld); in nfp_bpf_opt_ldst_gather()
4340 end = off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
4366 range_end = insn->off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
H A Dverifier.c432 size = BPF_LDST_BYTES(&meta->insn); in nfp_bpf_map_mark_used()
/linux/include/linux/
H A Dfilter.h556 #define BPF_LDST_BYTES(insn) \ macro
/linux/net/core/
H A Dfilter.c10286 port_size = min(port_size, BPF_LDST_BYTES(si)); in sock_addr_convert_ctx_access()
/linux/kernel/bpf/
H A Dverifier.c20088 size = BPF_LDST_BYTES(insn); in convert_ctx_accesses()