Lines Matching refs:range_end
2581 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache() local
2588 len = range_end - range_start; in mem_ldx_data_init_pktcache()
2713 if (meta->pkt_cache.range_end) { in mem_ldx()
3804 s16 range_start = 0, range_end = 0; in nfp_bpf_opt_pkt_cache() local
3857 s16 new_end = range_end; in nfp_bpf_opt_pkt_cache()
3866 if (end > range_end) { in nfp_bpf_opt_pkt_cache()
3877 range_end = new_end; in nfp_bpf_opt_pkt_cache()
3884 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
3891 range_end = insn->off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
3896 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
3906 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
3909 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()