Searched refs:tn_buf (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 250 char tn_buf[48]; in nfp_bpf_check_helper_call() local 252 tnum_strn(tn_buf, sizeof(tn_buf), reg3->var_off); in nfp_bpf_check_helper_call() 254 tn_buf); in nfp_bpf_check_helper_call() 321 char tn_buf[48]; in nfp_bpf_check_exit() local 323 tnum_strn(tn_buf, sizeof(tn_buf), reg0->var_off); in nfp_bpf_check_exit() 325 reg0->type, tn_buf); in nfp_bpf_check_exit()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 419 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in verbose_invalid_scalar() 424 tnum_strn(tn_buf, sizeof(tn_buf), *range); in verbose_invalid_scalar() 1431 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_verifier_state() 5027 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read() 5227 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_ptr_off_reg() 5747 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment() 5772 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment() 5997 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in __check_buffer_access() 6425 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_ptr_to_btf_access() 6678 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_access_within_bounds() [all …]
|