9e3abf7 shared: add bpf-program helpers

2 files Authored by Julia Kartseva 2 years ago, Committed by anitazha 2 years ago,
    shared: add bpf-program helpers
    
    Add helpers to:
    - Create new BPFProgram instance from a path in bpf
    filesystem and bpf attach type;
    - Pin a program to bpf fs;
    - Get BPF program ID by BPF program FD.
    
        
file modified
+80 -0
file modified
+4 -1