Fix imports for BPF_GET_SMP_PROCESSOR_ID

This commit is contained in:
Pragyansh Chaturvedi
2025-11-01 14:07:47 +05:30
parent 19dedede53
commit dabb8bf0df
2 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from .helpers import (
probe_read_str,
random,
probe_read,
smp_processor_id,
XDP_DROP,
XDP_PASS,
)
@ -77,6 +78,7 @@ __all__ = [
"probe_read_str",
"random",
"probe_read",
"smp_processor_id",
"XDP_DROP",
"XDP_PASS",
]