Lines Matching full:printk
18 # define printk(fmt, ...) \ macro
39 printk("len %d hash %d protocol %d", skb->len, skb->hash, in do_test_ctx()
41 printk("cb %d ingress_ifindex %d ifindex %d", skb->cb[0], in do_test_ctx()
51 printk("cb0: %x cb1: %x cb2: %x", skb->cb[0], skb->cb[1], in do_test_cb()
53 printk("cb3: %x cb4: %x", skb->cb[3], skb->cb[4]); in do_test_cb()
67 printk("packet truncated"); in do_test_data()
71 printk("src: %x dst: %x", iph->saddr, iph->daddr); in do_test_data()
92 printk("bpf_l4_csum_replace failed: %d", ret); in rewrite()
115 printk("bpf_l4_csum_replace failed: %d"); in rewrite()
122 printk("bpf_l3_csum_replace failed: %d", ret); in rewrite()
132 printk("bpf_skb_store_bytes() failed: %d", ret); in rewrite()
148 printk("bpf_skb_load_bytes failed: %d", ret); in do_test_rewrite()
153 printk("out: rewriting from %x to %x", old_ip, new_ip); in do_test_rewrite()
168 printk("skb_change_head() failed: %d", ret); in __do_push_ll_and_redirect()
177 printk("skb_store_bytes() failed: %d", ret); in __do_push_ll_and_redirect()
197 printk("redirected to %d", ifindex); in do_push_ll_and_redirect()
224 printk("Set initial 96 bytes of header to FF"); in do_fill_garbage()
233 printk("redirected to %d", ifindex); in do_fill_garbage_and_redirect()
241 printk("dropping with: %d", BPF_DROP); in do_drop_all()