Lines Matching refs:range_end
2734 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache() local
2741 len = range_end - range_start; in mem_ldx_data_init_pktcache()
2866 if (meta->pkt_cache.range_end) { in mem_ldx()
4279 s16 range_start = 0, range_end = 0; in nfp_bpf_opt_pkt_cache() local
4332 s16 new_end = range_end; in nfp_bpf_opt_pkt_cache()
4341 if (end > range_end) { in nfp_bpf_opt_pkt_cache()
4352 range_end = new_end; in nfp_bpf_opt_pkt_cache()
4359 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4366 range_end = insn->off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
4371 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4381 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
4384 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()