Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c149 return NOT_INIT; in bpf_tcp_ca_btf_struct_access()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/
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()
/Linux-v5.15/kernel/bpf/
Dverifier.c550 [NOT_INIT] = "?",
627 if (t == NOT_INIT) in print_verifier_state()
1472 reg->type = NOT_INIT; in __mark_reg_not_init()
2090 if (reg->type == NOT_INIT) { in check_reg_arg()
2714 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_fixed_off()
2807 && *stype != NOT_INIT in check_stack_write_var_off()
2821 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_var_off()
4946 if (expected == NOT_INIT) in check_reg_type()
6310 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()
10218 if (rold->type == NOT_INIT) in regsafe()
[all …]
/Linux-v5.15/Documentation/networking/
Dfilter.rst1221 register state has a type, which is either NOT_INIT (the register has not been
1455 alignment, then r1 is safe. Similarly, if r2 was NOT_INIT before then it can't
1457 another NOT_INIT) is safe. The implementation is in the function regsafe().
/Linux-v5.15/include/linux/
Dbpf.h416 NOT_INIT = 0, /* nothing was written into register */ enumerator