Home
last modified time | relevance | path

Searched refs:tn_buf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c250 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()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c628 char tn_buf[48]; in print_verifier_state() local
630 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_verifier_state()
631 verbose(env, ",var_off=%s", tn_buf); in print_verifier_state()
2698 char tn_buf[48]; in check_stack_read() local
2700 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read()
2702 tn_buf, off, size); in check_stack_read()
2710 char tn_buf[48]; in check_stack_read() local
2712 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_stack_read()
2714 ptr_regno, tn_buf); in check_stack_read()
3152 char tn_buf[48]; in check_pkt_ptr_alignment() local
[all …]