Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c255 bpf->adjust_head.off_min = readl(&cap->off_min); in nfp_bpf_parse_cap_adjust_head()
260 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head()
264 if (!FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_min) || in nfp_bpf_parse_cap_adjust_head()
Dfw.h64 __le32 off_min; member
Dmain.h175 int off_min; member
Djit.c1604 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head()
/Linux-v4.19/kernel/bpf/
Dcore.c242 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
249 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/Linux-v4.19/drivers/android/
Dbinder.c2728 binder_size_t off_min; in binder_transaction() local
3021 off_min = 0; in binder_transaction()
3026 if (object_size == 0 || *offp < off_min) { in binder_transaction()
3029 (u64)off_min, in binder_transaction()
3038 off_min = *offp + object_size; in binder_transaction()
/Linux-v4.19/net/packet/
Daf_packet.c2556 int off_min, off_max; in tpacket_parse_header() local
2558 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_parse_header()
2585 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/Linux-v4.19/net/core/
Dfilter.c666 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
675 if (off < off_min || off > off_max) \ in bpf_convert_filter()