Searched refs:off_max (Results 1 – 2 of 2) sorted by relevance
2638 int off_min, off_max; in tpacket_parse_header() local2641 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header()2667 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
688 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()