Searched refs:BPF_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/include/ |
D | bpf_api.h | 125 #ifndef BPF_FUNC 126 # define BPF_FUNC(NAME, ...) \ macro 131 static void *BPF_FUNC(map_lookup_elem, void *map, const void *key); 132 static int BPF_FUNC(map_update_elem, void *map, const void *key, 134 static int BPF_FUNC(map_delete_elem, void *map, const void *key); 137 static uint64_t BPF_FUNC(ktime_get_ns); 146 static void BPF_FUNC(trace_printk, const char *fmt, int fmt_size, ...); 157 static uint32_t BPF_FUNC(get_prandom_u32); 160 static void BPF_FUNC(tail_call, struct __sk_buff *skb, void *map, 164 static uint32_t BPF_FUNC(get_smp_processor_id); [all …]
|