Fix imports for bpf_skb_store_bytes

This commit is contained in:
Pragyansh Chaturvedi
2025-11-02 04:33:45 +05:30
parent f757a32a63
commit 67c9d9b932
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from .helpers import (
probe_read,
smp_processor_id,
uid,
skb_store_bytes,
XDP_DROP,
XDP_PASS,
)
@ -81,6 +82,7 @@ __all__ = [
"probe_read",
"smp_processor_id",
"uid",
"skb_store_bytes",
"XDP_DROP",
"XDP_PASS",
]