Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c236 char tn_buf[48]; in nfp_bpf_check_call() local
238 tnum_strn(tn_buf, sizeof(tn_buf), reg3->var_off); in nfp_bpf_check_call()
240 tn_buf); in nfp_bpf_check_call()
307 char tn_buf[48]; in nfp_bpf_check_exit() local
309 tnum_strn(tn_buf, sizeof(tn_buf), reg0->var_off); in nfp_bpf_check_exit()
311 reg0->type, tn_buf); in nfp_bpf_check_exit()
/Linux-v4.19/kernel/bpf/
Dverifier.c342 char tn_buf[48]; in print_verifier_state() local
344 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in print_verifier_state()
345 verbose(env, ",var_off=%s", tn_buf); in print_verifier_state()
1458 char tn_buf[48]; in check_pkt_ptr_alignment() local
1460 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_pkt_ptr_alignment()
1463 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()
1483 char tn_buf[48]; in check_generic_ptr_alignment() local
1485 tnum_strn(tn_buf, sizeof(tn_buf), reg->var_off); in check_generic_ptr_alignment()
1487 pointer_desc, tn_buf, reg->off, off, size); in check_generic_ptr_alignment()
1635 char tn_buf[48]; in check_ctx_reg() local
[all …]