Skip to content

Commit c5de92b

Browse files
committed
Add BPF_SKB_STORE_BYTES to HelperIDs
1 parent 4efd322 commit c5de92b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonbpf/helper/bpf_helper_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class BPFHelperID(Enum):
2929
BPF_PRINTK = 6
3030
BPF_GET_PRANDOM_U32 = 7
3131
BPF_GET_SMP_PROCESSOR_ID = 8
32+
BPF_SKB_STORE_BYTES = 9
3233
BPF_GET_CURRENT_PID_TGID = 14
3334
BPF_GET_CURRENT_UID_GID = 15
3435
BPF_GET_CURRENT_COMM = 16

0 commit comments

Comments
 (0)