Home
last modified time | relevance | path

Searched refs:NOT_INIT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c144 return NOT_INIT; in bpf_tcp_ca_btf_struct_access()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c358 if (meta->ptr.type == NOT_INIT) in nfp_bpf_check_stack_access()
490 if (meta->ptr.type != NOT_INIT && meta->ptr.type != reg->type) { in nfp_bpf_check_ptr()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c501 [NOT_INIT] = "?",
577 if (t == NOT_INIT) in print_verifier_state()
1369 reg->type = NOT_INIT; in __mark_reg_not_init()
1738 if (reg->type == NOT_INIT) { in check_reg_arg()
2349 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_fixed_off()
2443 && *stype != NOT_INIT in check_stack_write_var_off()
2457 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_var_off()
4425 if (expected == NOT_INIT) in check_reg_type()
5444 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()
9137 if (rold->type == NOT_INIT) in regsafe()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1171 register state has a type, which is either NOT_INIT (the register has not been
1405 alignment, then r1 is safe. Similarly, if r2 was NOT_INIT before then it can't
1407 another NOT_INIT) is safe. The implementation is in the function regsafe().
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h384 NOT_INIT = 0, /* nothing was written into register */ enumerator