OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
bpfjit.c
196
* If positive, emit "if (buflen <
check_length
) return 0"
200
bpfjit_abc_length_t
check_length
;
member in struct:bpfjit_read_pkt_data
1568
rdata->
check_length
= 0;
1571
rdata->
check_length
= checked_length;
1766
if (insn_dat[i].u.rdata.
check_length
> UINT32_MAX) {
1775
} else if (insn_dat[i].u.rdata.
check_length
> 0) {
1776
/* if (buflen <
check_length
) return 0; */
1781
insn_dat[i].u.rdata.
check_length
);
bpfjit.c
196
* If positive, emit "if (buflen <
check_length
) return 0"
200
bpfjit_abc_length_t
check_length
;
member in struct:bpfjit_read_pkt_data
1568
rdata->
check_length
= 0;
1571
rdata->
check_length
= checked_length;
1766
if (insn_dat[i].u.rdata.
check_length
> UINT32_MAX) {
1775
} else if (insn_dat[i].u.rdata.
check_length
> 0) {
1776
/* if (buflen <
check_length
) return 0; */
1781
insn_dat[i].u.rdata.
check_length
);
bpfjit.c
196
* If positive, emit "if (buflen <
check_length
) return 0"
200
bpfjit_abc_length_t
check_length
;
member in struct:bpfjit_read_pkt_data
1568
rdata->
check_length
= 0;
1571
rdata->
check_length
= checked_length;
1766
if (insn_dat[i].u.rdata.
check_length
> UINT32_MAX) {
1775
} else if (insn_dat[i].u.rdata.
check_length
> 0) {
1776
/* if (buflen <
check_length
) return 0; */
1781
insn_dat[i].u.rdata.
check_length
);
Completed in 52 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025