bpf_printk        142 samples/bpf/hbm_kern.h 	bpf_printk("Initializing queue_state, rate:%d\n", rate * 128);
bpf_printk        154 samples/bpf/hbm_kern.h 	bpf_printk("Initializing queue_state, rate:%d\n", rate * 128);
bpf_printk        117 samples/bpf/hbm_out_kern.c 		bpf_printk("Updating rate: %d (1sec:%llu bits)\n",
bpf_printk         83 samples/bpf/ibumad_kern.c 	bpf_printk("ib_umad read recv : class 0x%x\n", class);
bpf_printk        103 samples/bpf/ibumad_kern.c 	bpf_printk("ib_umad read send : class 0x%x\n", class);
bpf_printk        123 samples/bpf/ibumad_kern.c 	bpf_printk("ib_umad write : class 0x%x\n", class);
bpf_printk         35 samples/bpf/tcp_basertt_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         66 samples/bpf/tcp_basertt_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         45 samples/bpf/tcp_bufs_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         76 samples/bpf/tcp_bufs_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         45 samples/bpf/tcp_clamp_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         92 samples/bpf/tcp_clamp_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         43 samples/bpf/tcp_cong_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         73 samples/bpf/tcp_cong_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         62 samples/bpf/tcp_dumpstats_kern.c 	bpf_printk("dsack_dups=%u delivered=%u\n",
bpf_printk         64 samples/bpf/tcp_dumpstats_kern.c 	bpf_printk("delivered_ce=%u icsk_retransmits=%u\n",
bpf_printk         46 samples/bpf/tcp_iw_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         78 samples/bpf/tcp_iw_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         42 samples/bpf/tcp_rwnd_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         59 samples/bpf/tcp_rwnd_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         42 samples/bpf/tcp_synrto_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         59 samples/bpf/tcp_synrto_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         38 samples/bpf/tcp_tos_reflect_kern.c 	bpf_printk("BPF command: %d\n", op);
bpf_printk         75 samples/bpf/tcp_tos_reflect_kern.c 	bpf_printk("Returning %d\n", rv);
bpf_printk         52 samples/bpf/xdp_sample_pkts_kern.c 			bpf_printk("perf_event_output failed: %d\n", ret);
bpf_printk         19 tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c 	bpf_printk("data length %i\n", (__u64)msg->data_end - (__u64)msg->data);
bpf_printk         21 tools/testing/selftests/bpf/progs/sockmap_tcp_msg_prog.c 	bpf_printk("hello sendmsg hook %i %i\n", d[0], d[1]);
bpf_printk        113 tools/testing/selftests/bpf/test_sockmap_kern.h 	bpf_printk("sk_skb2: redirect(%iB) flags=%i\n",
bpf_printk        146 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("passive(%i -> %i) map ctx update err: %d\n",
bpf_printk        163 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("active(%i -> %i) map ctx update err: %d\n",
bpf_printk        221 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: pull(%i:%i)\n",
bpf_printk        225 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg2: pull_data err %i\n",
bpf_printk        228 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: length update %i->%i\n",
bpf_printk        237 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: push(%i:%i)\n",
bpf_printk        242 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg2: push_data err %i\n", err);
bpf_printk        244 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: length push_update %i->%i\n",
bpf_printk        252 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: pop(%i@%i)\n",
bpf_printk        256 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg2: pop_data err %i\n", err);
bpf_printk        258 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: length pop_data %i->%i\n",
bpf_printk        262 tools/testing/selftests/bpf/test_sockmap_kern.h 	bpf_printk("sk_msg2: data length %i err1 %i err2 %i\n",
bpf_printk        329 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: pull(%i:%i)\n",
bpf_printk        333 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg2: pull_data err %i\n",
bpf_printk        336 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg2: length update %i->%i\n",
bpf_printk        343 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg4: push(%i:%i)\n",
bpf_printk        348 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg4: push_data err %i\n",
bpf_printk        351 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg4: length push_update %i->%i\n",
bpf_printk        360 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg4: pop(%i@%i)\n",
bpf_printk        364 tools/testing/selftests/bpf/test_sockmap_kern.h 			bpf_printk("sk_msg4: pop_data err %i\n", err);
bpf_printk        366 tools/testing/selftests/bpf/test_sockmap_kern.h 		bpf_printk("sk_msg4: length pop_data %i->%i\n",
bpf_printk        376 tools/testing/selftests/bpf/test_sockmap_kern.h 	bpf_printk("sk_msg3: redirect(%iB) flags=%i err=%i\n",
bpf_printk        383 tools/testing/selftests/bpf/test_sockmap_kern.h 	bpf_printk("sk_msg3: err %i\n", err);
bpf_printk        446 tools/testing/selftests/bpf/test_sockmap_kern.h 	bpf_printk("return sk drop\n");