bpf_event_output
bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id),
u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
EXPORT_SYMBOL_GPL(bpf_event_output);
return bpf_event_output(map, flags, data, size, NULL, 0, NULL);
return bpf_event_output(map, flags, meta, meta_size, skb, skb_size,
return bpf_event_output(map, flags, meta, meta_size, xdp,