Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4094 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous()
4095 curr_size = BPF_LDST_BYTES(ld); in curr_pair_chain_with_previous()
4236 BPF_LDST_BYTES(ld); in nfp_bpf_opt_ldst_gather()
4261 head_ld_meta->ldst_gather_len += BPF_LDST_BYTES(ld); in nfp_bpf_opt_ldst_gather()
4334 end = off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
4360 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h444 #define BPF_LDST_BYTES(insn) \ macro
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c9030 port_size = min(port_size, BPF_LDST_BYTES(si)); in sock_addr_convert_ctx_access()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c11017 size = BPF_LDST_BYTES(insn); in convert_ctx_accesses()