Home
last modified time | relevance | path

Searched refs:off_max (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c256 bpf->adjust_head.off_max = readl(&cap->off_max); 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()
265 !FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_max)) { in nfp_bpf_parse_cap_adjust_head()
Dfw.h65 __le32 off_max; member
Dmain.h176 int off_max; member
Dverifier.c169 if (!bpf->adjust_head.off_max) { in nfp_bpf_check_call()
Djit.c1607 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head()
/Linux-v4.19/arch/arm/net/
Dbpf_jit_32.c1000 s32 off_max; in emit_str_r() local
1006 off_max = 0xff; in emit_str_r()
1008 off_max = 0xfff; in emit_str_r()
1010 if (off < 0 || off > off_max) { in emit_str_r()
1043 s32 off_max; in emit_ldx_r() local
1046 off_max = 0xff; in emit_ldx_r()
1048 off_max = 0xfff; in emit_ldx_r()
1050 if (off < 0 || off > off_max) { in emit_ldx_r()
/Linux-v4.19/fs/reiserfs/
Dbitmap.c355 unsigned int off_max = s->s_blocksize << 3; in scan_bitmap() local
391 scan_bitmap_block(th, bm, &off, off_max, in scan_bitmap()
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
411 *start = bm * off_max + off; in scan_bitmap()
/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/net/packet/
Daf_packet.c2556 int off_min, off_max; in tpacket_parse_header() local
2559 off_max = po->tx_ring.frame_size - tp_len; 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()