Searched refs:vlog (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbpf_lsm.h27 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog,
60 static inline int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, argument
/linux-master/kernel/bpf/
H A Dbpf_lsm.c97 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, argument
101 bpf_log(vlog,
107 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n",
/linux-master/tools/testing/selftests/net/
H A Dgro.c97 static void vlog(const char *fmt, ...) function
812 vlog("Expected {");
814 vlog("%d ", correct_payload[i]);
815 vlog("}, Total %d packets\nReceived {", correct_num_pkts);
843 vlog("%d ", data_len);
845 vlog("[!=%d]", correct_payload[num_pkt]);
850 vlog("}, Total %d packets.\n", num_pkt);

Completed in 154 milliseconds