You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solution 1:
save bpf event before formatting until get free
solution 2:
save bpf events in kernel as a map of u64 to arraies, push them into user mode when the skb is free by kernel.
solution 1:
save bpf event before formatting until get free
solution 2:
save bpf events in kernel as a map of u64 to arraies, push them into user mode when the skb is free by kernel.
input &ev
save them until __kfree_skb()
reference: https://sigma-star.at/blog/2023/11/ftrace-skb-drop/
dae/trace/kern/trace.c
Line 215 in 4717fa2
The text was updated successfully, but these errors were encountered: