We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc6f2 commit 2426b9aCopy full SHA for 2426b9a
pkg/network/ebpf/c/runtime/usm.c
@@ -52,11 +52,11 @@ int sk_msg__protocol_dispatcher_kafka(struct sk_msg_md *msg) {
52
return SK_PASS;
53
}
54
55
-SEC("sk_skb/stream_parser/parser")
56
-int sk_skb__kafka_stream_parser(struct __sk_buff* skb) {
57
- log_debug("%s: sockops stream parser skb len %p %u", __func__, skb, skb->len);
58
- return skb->len;
59
-}
+// SEC("sk_skb/stream_parser/parser")
+// int sk_skb__kafka_stream_parser(struct __sk_buff* skb) {
+// log_debug("%s: sockops stream parser skb len %p %u", __func__, skb, skb->len);
+// return skb->len;
+// }
60
61
SEC("sk_skb/stream_verdict/verdict")
62
int sk_skb__protocol_dispatcher(struct __sk_buff* skb) {
0 commit comments