https://github.com/cilium/cilium
Raw File
Tip revision: ce80636db7918f1cc30e61fe4e9b122d4e7c2b82 authored by Martynas Pumputis on 11 August 2022, 12:58:40 UTC
WIP
Tip revision: ce80636
bpf_features.h
#ifndef BPF_FEATURES_H_
#define BPF_FEATURES_H_

#define HAVE_PROG_TYPE_HELPER(prog_type, helper)        \
        BPF__PROG_TYPE_ ## prog_type ## __HELPER_ ## helper
#define BPF__PROG_TYPE_sched_cls__HELPER_bpf_skb_change_tail 1

#endif /* BPF_FEATURES_H_ */
back to top