xdp_exception      28 include/trace/events/xdp.h TRACE_EVENT(xdp_exception,
xdp_exception    2115 kernel/bpf/core.c EXPORT_TRACEPOINT_SYMBOL_GPL(xdp_exception);
xdp_exception     142 samples/bpf/xdp_monitor_user.c 	struct record_u64 xdp_exception[XDP_ACTION_MAX];
xdp_exception     340 samples/bpf/xdp_monitor_user.c 		rec  =  &stats_rec->xdp_exception[rec_i];
xdp_exception     341 samples/bpf/xdp_monitor_user.c 		prev = &stats_prev->xdp_exception[rec_i];
xdp_exception     492 samples/bpf/xdp_monitor_user.c 		map_collect_record_u64(fd, i, &rec->xdp_exception[i]);
xdp_exception     544 samples/bpf/xdp_monitor_user.c 		rec->xdp_exception[i].cpu = alloc_rec_per_cpu(rec_sz);
xdp_exception     564 samples/bpf/xdp_monitor_user.c 		free(r->xdp_exception[i].cpu);