Home
last modified time | relevance | path

Searched refs:off_min (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c218 bpf->adjust_head.off_min = readl(&cap->off_min); in nfp_bpf_parse_cap_adjust_head()
223 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head()
227 if (!FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_min) || in nfp_bpf_parse_cap_adjust_head()
Dfw.h37 __le32 off_min; member
Dmain.h151 int off_min; member
Djit.c1639 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head()
/linux-6.1.9/drivers/android/
Dbinder.c2884 binder_size_t off_min; in binder_transaction() local
3280 off_min = 0; in binder_transaction()
3322 if (object_size == 0 || object_offset < off_min) { in binder_transaction()
3326 (u64)off_min, in binder_transaction()
3340 off_min = object_offset + object_size; in binder_transaction()
/linux-6.1.9/kernel/bpf/
Dcore.c367 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
375 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/linux-6.1.9/net/packet/
Daf_packet.c2673 int off_min, off_max; in tpacket_parse_header() local
2675 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_parse_header()
2702 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/linux-6.1.9/net/core/
Dfilter.c691 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
700 if (off < off_min || off > off_max) \ in bpf_convert_filter()