Now i want to modify something of the skb with the ebpf in the prog_type kprobe. However, the help function `bpf_skb_store_bytes` is not supported with the prog_type BPF_PROG_TYPE_KPROBE. I test it with the error `unknow func`
And I want to ask is there a way to modify skb with ebpf in kprobe prog_type.