Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/bpf/
A 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()
A Dfw.h37 __le32 off_min; member
A Dmain.h151 int off_min; member
A Djit.c1639 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head()
/linux/drivers/android/
A Dbinder.c2456 binder_size_t off_min; in binder_transaction() local
2833 off_min = 0; in binder_transaction()
2853 if (object_size == 0 || object_offset < off_min) { in binder_transaction()
2857 (u64)off_min, in binder_transaction()
2866 off_min = object_offset + object_size; in binder_transaction()
/linux/kernel/bpf/
A Dcore.c360 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
368 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/linux/net/packet/
A Daf_packet.c2654 int off_min, off_max; in tpacket_parse_header() local
2656 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_parse_header()
2683 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/linux/net/core/
A Dfilter.c688 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
697 if (off < off_min || off > off_max) \ in bpf_convert_filter()

Completed in 57 milliseconds