github.com/datadog/cilium@v1.6.12/bpf/bpf_features.h (about)

     1  #ifndef BPF_FEATURES_H_
     2  #define BPF_FEATURES_H_
     3  
     4  #define HAVE_SKB_CHANGE_TAIL
     5  
     6  #define HAVE_MAP_VAL_ADJ
     7  
     8  #define HAVE_MARK_MAP_VALS
     9  
    10  #endif /* BPF_FEATURES_H_ */